body {
	text-align: center;
	margin-top: 0px;
	margin: auto auto 0;
}
.container {
	margin: auto auto 0;
	position: relative;
	height: 100%;
	width: 910px;
}
.header {
	height: 250px;
	width: 910px;
}
.logo {
	height: 250px;
	width: 910px;
	background-image: url(../gfx/logo_header.png);
	float: right;
}
.menu {
	height: 25px;
	width: 900px;
	padding-top: 10px;
	padding-left: 10px;
}
.middle {
	height: 100%;
	width: 910px;
	background-image: url(../gfx/back_content.png);
	background-repeat: no-repeat;
}

.submenu {
	height: 400px;
	width: 200px;
	float: left;
	text-align: left;
	padding-top: 30px;
	background-repeat: no-repeat;
}
.content {
	float: right;
	height: 100%;
	width: 700px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../gfx/back_content.png);
}

.footer {
	height: 20px;
	width: 910px;
	clear: both;
}

