html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative;
	clear:left;
	height:400px;
	width:80%;
	max-width:800px;
	min-width:400px;
	margin:0 auto;
	text-align: center;
	background-color: #000;
	color: #999;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	letter-spacing: .2em;
	font-weight: lighter;
}
.bm_logo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

