html{
	scrollbar-arrow-color: #FFE491;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;	
	scrollbar-highlight-color: #FFE491;
	scrollbar-shadow-color: #FFFFFF;
}
body {
	background: #D8AC5C url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 160%;
}
body, select, option {
	color: #301010;
}
a {
	color: #C22124;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #DB441B;
}
ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0px;
	margin-left: 0px;
}
.credit {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#logo{
	background: url('images/logo.jpg');
	width: 442px;
	height: 800px;
	float: left;
}
#main{
	margin-left: 20px;
	width: 558px;
	float: left;
}
#text{
	background: url('images/text.jpg');
	width: 588px;
	height: 81px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
}
#icons{
	background: #FDC378;
	text-align: justify;
	padding: 10px 20px;
	border-radius: 30px;
	min-height: 632px;
}
#ad{
	margin-left: 65px;
    margin-top: 30px;
	float: left;
	width: 300px;
	min-height: 600px;
}