@charset "utf-8";
html, body 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4365a2;
	background-image: url(images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}

#footer {
	font-size:.6em;
	color: #a3a3a3;
	margin-top:55%;
}

#container 
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 40px 0 0 0;
	width: 550px;
	height:550px;
	/*box-shadow:10px 120px 15px #111;*/
}

/*#trailerbox { background-color:#111; border-radius: 5px 5px 5px 5px; box-shadow: 5px 5px 10px #111111; margin: 0 auto; padding: 10px 20px; width: 550px;}*/

#trailercontainer 
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 40px 0 0 0;
	width: 740px;
}
#trailersection
{
	width: 740px;
	padding: 0px;
}
#mainsection
{
	margin:0 auto;
	width: 550px;
	height: 550px;
	padding: 0px;
	box-shadow:10px 10px 35px #111;
	border-radius:16px;
}
#mainsection img {width:100%; height:100%;}

#trailer
{
	background-image: url(images/splash/trailer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 185px;
	height: 107px;
	padding: 0px;
	border: 0;
	float: left;
}
#trailer:hover
{
	background-position: 0px -107px;
}
#get
{
	background-image: url(images/splash/get.png);
	background-repeat: no-repeat;
	background-position: 0px -107px;
	width: 182px;
	height: 107px;
	padding: 0px;
	border: 2px solid black;
	border-bottom: 0;
	border-top: 0;
	float: left;
}
#get:hover
{
	background-position: 0px -214px;
}
#enter
{
	background-image: url(images/splash/enter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 185px;
	height: 107px;
	border: 0;
	float: right;
}
#enter:hover
{
	background-position: 0px -107px;
}
a.navlink, a.navlink:link 
{
	display:block;
	width:100%; 
	height:100%;
	line-height:0;
	font-size:0;
}
.center
{
	text-align: center;
}
a
{
	color:#FFFFFF;
	font-weight:bold;
}
a:hover
{
	text-decoration: none;
}

/* HACKETY HACK: Hides nested object from IE */
* html object.hiddenObject{ display: none; }

/* Displays second object on Mac IE */
/* IE Mac \*//*/
* html object.hiddenObject { display: inline; }
/**/
