@charset "UTF-8";
#main {
	float: left;
	height: auto;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
}
#menu {
	float: left;
	height: 500px;
	width: 800px;
}
#photos {
	float: left;
	height: 700px;
	width: 800px;
}
#footer {
	height: auto;
	width: auto;
	position: fixed;
	bottom: 0px;
	background-color: #FFFFFF;
	left: 0px;
}
