html, body{
	scrollbar-arrow-color: #A3ADC3;
	scrollbar-3dlight-color: #E1DFEA;
	scrollbar-face-color: #E1DFEA;
	scrollbar-darkshadow-color: #E1DFEA;
	scrollbar-track-color: #E1DFEA;	
	scrollbar-highlight-color: #A3ADC3;
	scrollbar-shadow-color: #E1DFEA;
}
body{
	color: #000000;
	text-shadow: 1px 1px #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial;
	margin: 0;
	background: #E1DFEA;
}
A{
	color: #395082;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
A:Hover {
	color: #21B2FC;
	text-decoration: none;
	font-weight: bold;
}
a img {
    border: none;
}
#logo{
	width: 800px;
	height: 444px;
	background: url('images/logo.jpg');
}
#ad{
	width: 728px;
	margin-left: 8px;
	background: #FFFFFF;
}
#main{
	width: 800px;
	background: url('images/bg.jpg');
}
#content{
	background: url('images/bgtop.jpg');
	background-repeat: no-repeat;
	min-height: 383px;
	padding: 10px;
	padding-left: 72px;
	padding-right: 141px;
	padding-bottom: 44px;
	position: relative;
}
p.host{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 7pt;
    position: absolute;
    bottom: 0px;
    left: 72px;
    right: 141px;
}