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

body {
	margin: 0;
	background-color: #3A7CDA;
}
#wrapper {
	background-image: url(../images/wrapperBgd.jpg);
	height: auto;
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
	background-repeat: repeat-y;
}
#header {
	height: auto;
	width: 800px;
}
#content {
	height: 600px;
	width: 800px;
	background-image: url(../images/content_bgd.jpg);
	background-repeat: no-repeat;
}
#spacer {
	height: 26px;
	width: 800px;
	background-image: url(../images/bottom_bgd.jpg);
	background-repeat: no-repeat;
}

