﻿body
{
	margin: 0px;
	padding: 0px;
}
#mainwrapper
{
	background: url(App_Themes/BULLDOGSLOGO_Back_Diag_Trans.png) threeddarkshadow;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height:100%;
}
#centercol
{
	background: #ff171a;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height:100%;
}
#header
{
	background: none transparent scroll repeat 0% 0%;
	top: 0px;
	width: auto;
	height: auto;
}
#menubar
{
	background: none transparent scroll repeat 0% 0%;
	position:absolute;
	top:135px;
	width: auto;
	height: auto;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
#maincontent
{ 
	width:100%;
	height:100%;
}
#footer
{
	background-color:ThreeDDarkShadow;
}
