html, body {
	margin:0;
	padding:0;
	height:100%;
}
 
#floater {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-250px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:500px;
	width:350px;
	margin:0 auto;
	background:#fff;
}

#logo {
	margin-left:20px;
}
 
#content {
	align:center;
	height:500px;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight:normal; color:#666;
	text-align:center;
}
a {
	text-decoration:none;
}
 
h1 {
	color:#000;
	letter-spacing:-0.05em; font-weight:bold;
	margin-top:20px; padding-top:0;
}

h2 {
	margin-top:-20px;
}

h4 {
	margin-top:-15px;
}
 
p, h2, h3 {
	line-height:1.6em;
}