@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#111
}

#content {
	position:relative;
	width:900px;
	height:700px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:900px;
	height:125px;
	z-index:1;
	background-color:#4d4d4d;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	position:relative;
	width:900px;
	height:150px;
	z-index:7;
margin-left:auto;
margin-right:auto;
	background-color: #4D4D4D;
	text-align:center;
}
#logo {
	position:absolute;
	width:94px;
	height:115px;
	z-index:1;
	left: 10px;
	top: 0px;
}
#menu {
	position:absolute;
	width:711px;
	height:23px;
	z-index:2;
	left: 182px;
	top: 99px;
}
