html, body {
	margin: 0; padding: 0;
	height: 100%;
}
body {
	background-color:#000;
	font-family: Georgia, Times, serifs;
}

#float {
	float:left;
	height: 50%;
	margin-bottom: -120px;
}
#center {
	clear:both;
	height: 50%;
	position: relative;
}
#bottom {
	position: absolute;
	bottom: 0; right: 0;
	color: #FFF;
}
#content {
	position: absolute; left: 35%; right: 0; top: 0; bottom: 0;
	overflow: auto; height: 50%;
	padding:20px; margin:10px;

}

#logo {
	font-size:2em; text-align: center;
	color: #999;
}
#logo strong {
	font-weight:normal;
}
#logo span{
	display: block;
	font-size:4em; line-height:0.7em;
	color: #666;
}