html, body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/dott.gif);
}
 
#floater {
	position:relative;
	height:50%;
	width:1px;
	margin-bottom: -250px;
	float: left;
}
 
#centered {
	position:relative;
	clear:left;
	height:490px;
	width:50%;
	max-width:800px;
	min-width:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
#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:37%;
	right:0;
	top:0;
	bottom:0;
	height:490px;
	padding:0px;
	margin:0px;
	width: 176px;
}
