body
{
	padding: 0;
	margin: 0;
}

#wrapper
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 522px;
	margin-left: -450px;
	margin-top: -261px;
}

#container
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 522px;
	margin-left: -450px;
	margin-top: -261px;
}

#menu
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display:inline;
}

#logo
{
	float: right;
	margin: 60px 10px 0 0;
}

#header
{
	width: 900px;
	height: 132px;
	margin-bottom: 10px;
	overflow: hidden;
}

#menu a
{

}

#content
{
	height: 379px;
	border: 1px solid white;
	background: white;
}

#innercontent
{
	height: 361px;
	margin: 9px;
}

#siteby
{
	position: absolute;
	top: 522px;
	*top: 532px;
	right: 0px;
	font-size: 0.7em;
	color: #999999;
	z-index: 10000;
}

#siteby a
{
	color: #C3BEBC;
	text-decoration: none;
}

#siteby a:hover
{
	color: #C3BEBC;
	text-decoration: underline;
}