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

body {
	background-color: #EEE8C6;
	margin: 0;
}
#wrapper {
	height: 900px;
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
}
#header {
	height: 150px;
	width: 800px;
}
#content {
	height: 550px;
	width: 800px;
	background-image: url(../images/contentBgd.jpg);
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	text-align: center;
}
#spacer {
	height: 25px;
	width: 800px;
	background-image: url(../images/bottom_bgd.jpg);
	background-repeat: no-repeat;
}

