@charset "utf-8";
.page {
	background-color: #e5e96e;
}
#bottom {
	text-align: center;
}

#heder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	background-image: url(../pics/topbackground.gif);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#logo {
	text-align: left;
	width: 300px;
	float: left;
	position: relative;
	bottom: 2px;
}
#menu {
	text-align: left;
	width: 500px;
	float: right;
	position: relative;
	top: 80px;
}
#base {
	text-align: center;
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
