html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background: url('http://mitchellaman.com/bgi.png'); 
	font-family: 'Open Sans', sans-serif;
	font-size: 36pt;
	color: #666666;
        text-shadow: 1px 1px 1px #fff;
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-350px;
	width:1px;
} 

#centered {
	position:relative; clear:left;
	height:675px; width:80%; max-width:650px; min-width:400px;
	margin:0 auto;
	#background:#fff;
	#border:4px solid #666;
}


td.left {
	text-align: right;
}

td.centered {
	text-align: center;
}