@charset "UTF-8";

#header {
	height: 200px;
	width: 700px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#wrapper {
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
