html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background-image:url('../images/styles/medium-bg-texture-01.jpg');
	font-family:Georgia, Times, serifs;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-326px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:653px; width:80%; width:933px;
	margin:0 auto;
	background:#fff;
	border:6px solid #fff;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#nav {
	position:absolute; left:0; top:0; bottom:0; right:70%;
	padding:20px; margin:10px;
}
 
#content {
	position:absolute; left:30%; right:0; top:0; bottom:0;
	overflow:auto; height:340px;
	padding:20px; margin:10px;
}