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