
body {
	background-color: #555555;
	margin: 30px 0 30px 0;
	color: #ffffff;
	text-align: center;
	font-family: "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper{
	position: relative;
	width: 968px;
	height: 565px;
	margin: 0 auto 20px;
	text-align: left;
	overflow: visible;
	background: url(images/content_bg.png);
}

#wrapper .content {
	position: absolute;
	width: 375px;
	left: 423px;
	top: 225px;
	padding-left: 120px;

}

#wrapper .content p {
	color: #f1f1f1;
	margin-bottom: 43px;
	line-height: 1.2;
	font-size: 15px;
}

#wrapper .iphone {
	position: absolute;
	width: 555px;
	height: 405px;
	margin-top: 40px;
	margin-left: -65px;
	background: transparent url(images/iphone-screenshot.png) no-repeat;
}

a:link,
a:visited {
	color: #cdcdcd;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	outline: none;
	color: #ffffff;
}


#dl-buy-button {
	float: left;
	margin: -1px -30px 0 -40px;
	width: 266px;
	height: 64px;
	}

#dl-buy-button a  {
	display: block;
	padding-top: 64px;
	width: 180px;
	height: 0;
	overflow: hidden;
	background: url(images/appstore-button.png) no-repeat;
	}

#dl-buy-button a:hover  {
	background-position: 0 -64px;
}

#youtube-button {
	float: left;
	margin: -1px -30px 0 -40px;
	width: 206px;
	height: 64px;
	}

#youtube-button a  {
	display: block;
	padding-top: 64px;
	width: 180px;
	height: 0;
	overflow: hidden;
	background: url(images/youtube-button.png) no-repeat;
	}

#youtube-button a:hover  {
	background-position: 0 -64px;
}


p#footer {
	color: #1b1b1b;
	font-size: 12px;
	width: 968px;
	margin: 0 auto;
	text-align: left;
	font-family: "Lucida Grande";
}

p#footer a:link,
p#footer a:visited {
	text-decoration: none;
	color: #b5b5b5;
}

p#footer a:hover {
	text-decoration: none;
	color: #e6e6e6;
}

p#footer a:active {
	color: #25262c;
	text-decoration: none;
	
}