html, body{
	background: #252525 url(layout/background.png) left top repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #D6D6D6;
	padding: 0px;
	height: 100%;
	margin: 0px;
}
a:link, a:visited{
	text-decoration: none;
	color: #3E75A9;
}
a:hover, a:active{
	text-decoration: underline;
	color: #3E75A9;
}
hr{
	background-color: #D6D6D6;
	color: #D6D6D6;
}
#topbar{
	background: url(layout/top.png) center bottom no-repeat;
	height: 76px;
	width: 850px;
}
#middle{
	background: url(layout/middle.png) center top repeat-y;
	width: 850px;
}
#contentbg{
	background: url(layout/midbg.png) center top no-repeat;
	height: 450px;
	width: 738px;
}
#contentbg div.container{
	overflow: auto;
	height: 450px;
	width: 738px;
}
#bottombar{
	background: url(layout/bottom.png) center top no-repeat;
	height: 71px;
	width: 850px;
}