/* BASIC PAGE ELEMENTS */
html, body {
	width:100%;
	height:100%;
	margin:0px;	
	background-color:#eeece0;
	text-align:center;
}

#floater {
	position:relative;
  float:left;
	height:33%;
  margin-bottom:-200px;
	width:1px;
}

#content {
	position:relative;
  clear:left;
	height:400px;
  width:80%;
  max-width:1025px;
  min-width:1024px;
	margin:0 auto;
}

