
@font-face {
	font-family: 'Myriad Web';
	src: url('../fonts/MyriadWebPro.ttf');
}

@font-face {
	font-family: 'Myriad Web Bold';
	src: url('../fonts/MyriadWebPro-Bold.ttf');
}

body, html {
	font-family: "Myriad Web", "Myriad Pro", "Myriad", "Arial";
	width: 100%;
	height: 100%;
	min-height: 570px;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
	color: #000;
	font-family: "Myriad Web", "Myriad Pro", "Myriad", "Arial";
}


div#topBG {
	background: url('images/white.png') repeat-x #FFF;
	width: 100%;
	height: 500px;
	display: block;
	position: absolute;
	top: 100px;
}

div#container {
	width: 900px;
	position: absolute;
	display: block;
	height: 370px;
	left: 50%;
	top: 0;
	margin: 0 0 0 -450px;
}



div#icon {
	position: absolute;
	background: url('images/icon.png') no-repeat;
	width: 76px;
	height: 76px;
}


h1 {
	font-weight: normal;
	width: 391px;
	font-size: 30px;
	position: absolute;
	left: 88px;
	top: 3px;
}

h2 {
	width: 300px;
	font-size: 16px;
	position: absolute;
	line-height: 20px;
	top: 38px;
	left: 88px;
	color: #838383;
}

h3 {
	font-weight: normal;
	width: 430px;
	top: 110px;
	position: absolute;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
}

h3 a:hover {
	text-decoration: underline;
	color: #000;
}

h4 {
	font-weight: normal;
	width: 430px;
	top: 320px;
	position: absolute;
	font-size: 12px;
	line-height: 21px;
	color: #b9b9b9;
}

div#buy {
	width: 150px;
	height: 49px;
	background: url('images/buy.png');
	position: absolute;
	top: 410px;
}



div#iphone {
	position: absolute;
	top: 170px;
	left: 450px;
	background: url('images/iphone.png') no-repeat;
	width: 483px;
	height: 285px;
	z-index: 50;
}

div#glare {
	background: url('images/glare.png');
	position: absolute;
	width: 109px;
	height: 133px;
	left: 97px;
	top: 20px;
}

div#slideshow {
	position: absolute;
	width: 290px;
	height: 193px;
	left: 97px;
	top: 20px;
}

img.splash_img {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
}




div#bottomBar {
	background: url('images/black.png') repeat-x #1b1b1b top;
	width: 100%;
	position: absolute;
	top: 600px;
	bottom: 0;
	height: auto;
	margin: -3px 0 0 0;
}

div#credits {
	width: 500px;
	left: 50%;
	margin: 0 0 0 -250px;
	top: 20px;
	font-size: 12px;
	color: #757575;
	line-height: 20px;
	text-align: center;
	position: absolute;
	text-shadow: #000 0px 1px 0px;
}

div#credits a {
	color: 8a8a8a;
}

div#credits a:hover {
	color: #FFF;
}

div#shadow {
	width: 700px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -350px;
	top: 0;
	background: url('images/shadow.png') no-repeat;
}