@charset "UTF-8";
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	float: none;
	height: 700px;
	width: 1000px;
}
#header {
	background-image: url(images/header5.jpg);
	margin: auto;
	height: 150px;
	width: 1000px;
}
#menu {
	margin: auto;
	float: none;
	height: 50px;
	width: 1000px;
}
#body {
	background-image: url(images/body.jpg);
	margin: auto;
	float: none;
	height: 400px;
	width: 1000px;
	color: #FDFDFD;
	right: 0px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: medium;
	text-align: left;
	white-space: normal;
	text-indent: 0px;
}
#footer {
	background-image: url(images/footer6.jpg);
	margin: auto;
	float: none;
	height: 100px;
	width: 1000px;
}
