html, body {
	margin : 0;
	padding:0;
	background-color:#e6e7e8;
	font-size:12px;
	color:#6c6c6c;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:150%;
}

#container{
	margin:0 auto;
	padding:0;
	width:822px;
	height:621px;
	background-image:url("../images/bg_frame.gif");
	background-repeat:no-repeat;
	background-position:top center;
}

#content{
	padding:0 11px;
	width:800px;
}

.clear{
	clear:both;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#739BB7;
	text-decoration:underline;
}

b{
	font-weight:bold;
	margin:0 1em 0 0;
	padding:0;
	color:#739BB7;
}

#splash_footer{
	clear:both;
	font-size:10px;
	xwidth:600px;
	margin:0;
	padding:0.4em 0 0 1em;
	line-height:100%;
	color:#ccc;
	xtext-align:right;
}
#splash_footer a{
	color:#ffffff;
	text-decoration:none;
}

#splash_footer a:hover{
	color:#739BB7;
	text-decoration:underline;
}