@charset "utf-8";
body{
	background:url(../img/bodyBg.jpg) center top repeat;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#Container{
	background:url(../img/splash_Bg.png) center center no-repeat;
	margin:0 auto;
	width:850px;
	height:470px;
	position:relative;
}

#Enter{
	position:absolute;
	bottom:0;
	left:330px;
}

#Footer{
	color:#505d1f;
	line-height:80px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 auto;
	width:850px;
	height:80px;
}

#Footer span{ color:#811313;}
