<!--
body, html{
	font-family: verdana;
	margin: 0;
	background-color: 	#000;
}

.extend_bg{
	background-image: 	url('../images/extend_bg.jpg');
}

.extend_bg2{
	background-image: 	url('../images/extend_bg2.jpg');
}

.index_bg{
	background-image: 	url('../images/index_bg.jpg');
}

a:link {
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.white {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.normal {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;	
}

.bigger {
	font-family: Verdana;
	font-size: 15px;
	color: #fff;
	
}

-->
