@charset "utf-8";
.topnav {
	display: block;
	height: 140px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* CSS Document */

.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	height: auto;
	border: 10px solid #999999;
	margin-bottom: 0px;
}
.foot {
	display: block;
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

