@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(body.jpg);
	
}

#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-300px;
	width:1px;
}
 
#centered {
	position:relative;
	clear:left;
	
	width:950px;
	margin:0 auto;
	line-height: 20px;
	padding: 30px;
	
	}
	
#top {
	float: left;
	height:120px;
	width: 950px;
	position: relative;
	background-color: #999; 
	margin-bottom: 30px;
	line-height: 22px;
}




