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

body {
	background: white url(../images/background.jpg) center center;
}

#container {
	width: 100%;
}

#floater {
	float: left;
	height: 50%;
	margin-bottom: -250px;
}
#main {
	width: 100%;
	text-align: center;
	clear: both;
	height: 500px;
	position:relative;
}

#main img {
}