@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	text-align:center;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
}
#container{
	
}
#splash{
	margin: 0 auto;
	width:736px;
	background-color:#FFF;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -368px;
	margin-top: -300px;

}
#landing-top{
	margin: 0 auto;
	height:486px;
	background-image:url(../images/landing-bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#landing-play{
	position:absolute;
	right:0px;
	top:256px;
}
#landing-bottom{
	margin: 0 auto;
	width:736px;
}
#landing-bottom-L{
	float:left;
	text-align:left;
}
#landing-bottom-L a img{
	padding-right:10px;
}
#landing-bottom-L #landing-countdown{
	margin-top:10px;
}
#landing-bottom-R{
	float:right;
	text-align:left;
	color:#F60;
}
#landing-bottom-R form {
	padding:0px;
	margin:3px 0px 0px 0px;
}
#landing-bottom-R .input {
	width:181px;
	border:1px solid #CCC;
	margin-right:5px;
	float:left;
	height:18px;
	padding: 3px 2px 2px 2px;
	color:#666;
	font-size:12px;
}
#landing-bottom-R .button {
	float:left;
}
#landing-bottom-R .landing-pdf {
	float:left;
}
h1 {
	margin-top:0px;
}
p,ul {
	margin:0px 0px 10px 0px;
	font-size:80%;
	text-align:center;
}
a{
	color:#000;
}
img {
	border:0px;
	margin:0px;
}