html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#BEC7D5;
	font-family:Verdana, Arial, sans;
	font-size:8pt;
}
#header{
	height:10px;
	clear:both;
	background:#BEC7D5 url(images/hdbg.jpg) center bottom no-repeat;
}
#header2{
	clear:both;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#content{
	width:920px;
	margin:0 auto;
	clear:both;
	text-align:center;
	background:#BEC7D5 url(images/bg.jpg) center top repeat-y;
}
#footer{
	height:10px;
	clear:both;
	background:#BEC7D5 url(images/ftbg.jpg) center top no-repeat;
}
