html
{
	width:100%;
}

body
{
	width:100%;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/home/background.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.divBackground
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	height:auto;
}

.divHeaderSeparator
{
	background-color:#75777c;
	height:3px;
	widows:940px;
	max-height:3px;
}

.divMenuSeparator
{
	background-color:#808287;
	height:3px;
	width:940px;
	max-height:3px;
}

.divPanelHolder
{
	float:left;
	background-color:#FFFFFF;
	width:940px;
}
.divFooter
{
	float:left;
	width:940px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#acacac;
	text-align:center;
	margin-top:20px;
	padding-bottom:20px;
}