diff --git a/Limelight/ViewControllers/StreamFrameViewController.m b/Limelight/ViewControllers/StreamFrameViewController.m
index fa3a4c4..2de25ec 100644
--- a/Limelight/ViewControllers/StreamFrameViewController.m
+++ b/Limelight/ViewControllers/StreamFrameViewController.m
@@ -29,8 +29,8 @@
[self.stageLabel setText:@"Starting App"];
[self.stageLabel sizeToFit];
- self.stageLabel.center = CGPointMake(self.view.frame.size.width / 2, self.stageLabel.center.y);
-
+ self.stageLabel.center = CGPointMake(self.view.frame.size.width / 2, self.view.frame.size.height / 2);
+
[UIApplication sharedApplication].idleTimerDisabled = YES;
_controllerSupport = [[ControllerSupport alloc] init];
diff --git a/iPhone.storyboard b/iPhone.storyboard
index b350acd..81d1251 100644
--- a/iPhone.storyboard
+++ b/iPhone.storyboard
@@ -136,17 +136,17 @@
-
-
-
-
+
+
+
+