@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
}
#wrapper {
	margin: 0px;
	width: 800px;
	height: 575px;
	border: 1px solid white;
	background-color: black;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
}


#wrapper #logo {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo #left {
	width: 400px;
	height: 100px;
	float: left;
	line-height: 20px;
	margin-left: 20px;
}
#wrapper #footer {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#wrapper #logo #right {
	width: 190px;
	height: 100px;
	float: right;
}
#wrapper #content {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
}
#wrapper #menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
