body {
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #666666; 
	scrollbar-highlight-color: #cccccc; 
	scrollbar-3dlight-color:#777777; 
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #CCCCCC; 
	scrollbar-arrow-color: #999999;
	font-family: Arial Narrow, Arial;
	color:#888888;
	font-size:17px;
	background-color:#666666;
}
a{color:#999999;
text-decoration:none;}
a:hover{color:#666666;
text-decoration:none;}
.first_text{font-size:26px;
color:#666666;
font-weight:normal;
}
.second_text{font-size:19px;
color:#999999;
font-weight:normal;
line-height:27px;}
#container {
	position: relative;
	margin: auto;
	width: 976px;
	background-color:#FFFFFF;
}
#container_terms {
	position: relative;
	margin: auto;
	width: 780px;
	padding:10px;
	background-color:#FFFFFF;
}
#footer { background-color:#666666;
color:#333333;
padding-top:34px;
font-size:14px;
float:right;
}
#container .back{
	display: block;
	width: 11px;
	height: 14px;
	text-indent: -10000px;
	background: url(images/left.png) no-repeat top left;
	color:#00FF00;
	}

#container .back:hover{
	background: url(images/left-hover.png) no-repeat top left;
}
	
	
#container .forward{
	display: block;
	width: 11px;
	height: 14px;
	text-indent: -10000px;
	background: url(images/right.png) no-repeat top left;
	}

#container .forward:hover{
	background: url(images/right-hover.png) no-repeat top left;
}
div.member {
width: 18px; /* 50% of image width */
height: 25px; /* image height */
overflow: hidden;
}
div.member a {
text-decoration: none;
display: block;
width: 36px; /* 100% image width */
}
div.member a img {
border: 0;
}
div.member a:hover {
margin-left: -18px; /* as above, 50% of image width. Watch out: negative value! */
}
#footer-holder{ width:976px;background-color:#666666;}


