@charset "UTF-8";
body
{
text-align: center;
}

#wrapper {
	top: 50%;
	left: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;;
}

#innerwrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height: 600px;
	margin: 0px auto;
}
#logo {
	height: 105px;
	width: 662px;
	float: left;
	padding-bottom: 37px;
}
#emptygap1 {
	height: 5px;
	float: left;
	width: 800px;
}
#emptygap2 {
	float: left;
	height: 5px;
	width: 800px;
}
#menubuttons {
	float: right;
	height: 105px;
	width: 138px;
}
#redbar1 {
	height: 26px;
	width: 800px;
	float: left;
	background-color: #990000;
}
#redbar2 {
	background-color: #990000;
	float: left;
	height: 26px;
	width: 800px;
}
#redbodyspace {
	background-color: #cc0000;
	height: 396px;
	width: 800px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}

