@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#container{
	margin:0px;
	padding:0px;
	background:url(../images/page_bg.jpg) bottom repeat-x;
	overflow:hidden;
}
#splash_body {
	margin:227px auto 0px auto;
	width: 850px;
}
#button{
	margin:146px 0px 0px 0px;
}
#footer{
	padding:50px;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height:15px;
}
#footer a{
	color:#8DBFDB;
	text-decoration:none;
}