@charset "utf-8";
html, body{
	height:100%;
	margin: 0;
	padding:0;
}
body {
	background-color:#000;
}
#floater{
	height:50%; 
	margin-bottom:-160px;
}
#splashcontainer{
	clear:both;
	position: relative; 
	background:#363636;
	display:block;
	height:290px;
	margin:0 auto;
	padding:15px;
	width:800px;
}
#splashcontainer #splashcontent{
	background:url(images/bg_splashcontainer.jpg) repeat-x;
	height:290px;
}
#splashcontainer #splashcontent #leftcolumn{
	float:left;
	padding:76px 0 0 15px;
	width:283px;
}
#splashcontainer #splashcontent #leftcolumn #iconbar{
	padding:60px 0 0;
}
#splashcontainer #splashcontent #leftcolumn #iconbar img{
	border:none;
	float:left;
	margin:0 16px 0 0;
}
#splashcontainer #splashcontent #rightcolumn{
	float:right;
	padding:24px 0 0;
	width:502px;
}