@charset "utf-8";
body {
	background-color: #666666;
	margin: 0px;
}
#container {
	background-color: #FFFFFF;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	background-image: url(../images/contentbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	min-height: 410px;
}
#nav {
	height: 32px;
	width: 600px;
	margin-left: 299px;
	margin-top: 176px;
}
