@charset "utf-8";
/* CSS Document */


body  {
	margin: 0;
	padding: 0;
	color: #fff;
	width:100%;
	height:100%;
	font-family: Verdana;
	font-size: 11px;
	background-repeat: repeat;
	/*background-color:#1B7C4B;*/
	background-color:#000;
	text-align: justify;
	background-image:url(gfx/bg.png);
}

.fl{float:left}
.fr {float:right}
.cb {clear:both}
.bold {font-weight:bold;}

a img{
border:0;
}

*{
margin:0;
padding:0;

}
h1 {font-size:9px;}

h2 a {
	
	font-size:12px;}

a:link {

	color: #ff9;
	text-decoration: none;}
	
	
	
a:visited {
	text-decoration: none;
	color: #999;
}
	
a:hover {
	text-decoration: underline;
	color: #fff;
}
	
a:active {
	text-decoration: none;
	color: #666;
}

.wrapper {
	width: 1000px;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.index_01 {
	float:left;
	width:1000px;
	height:20px;
	color:#fff;
	position:absolute;
	top:2%
}
	
	.index_01 a {text-align:right;
	font-size: 9px;
	color: #ff9;}
	
.index_02 {
	float:left;
	width:1000px;
	text-align:center;
	position:absolute;
	top: 45%;
	margin-top:25px;
	margin-bottom:10px;
}
.index_03 {
	float:left;
	width:50%;
	

	
	}
.index_04 {
	float:right;
	width:50%;
 }
.index_05 {
	float:left;
	width:1000px;
		bottom:2%;
	position: absolute;}
	
	.index_06 {
		width:1000px;
		height:310px;
		float:left;
		z-index:-5;
		position: absolute;
		top:15%;
		background-image:url(gfx/a.png);
	background-repeat:no-repeat;
	background-position:center center;
	filter:alpha(opacity=);
	opacity:.;}
	
	div.logo_ck {
	float:left;
	height:300px;
	width:500px;
	background-image:url(gfx/ck.png);	background-repeat: no-repeat;
	background-position: center center;
	}
	
	div.logo_ck a {
	
	display:block;
	height:300px;
	width:500px;
	
	
}
	
	div.logo_da {
	float:left;
	height:300px;
	width:500px;
	background-image:url(gfx/da.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	div.logo_da a {
	
	display:block;
	height:300px;
	width:500px;

}
		div.logo_ck:hover {
	background-image:url(gfx/ck_hover.png);}
	
	div.logo_da:hover {background-image:url(gfx/da_hover.png);}
	
	
	.copyright {
	font-size: 9px;
	color: #fff;
	float: right;
	width: 250px;
	text-align: right;
	margin-top:10px;


}

.copyright a {
	color:#FF9;
}
.copyright a:visited {
	color:#ff9;
}

.copyright_adams {
	font-size: 9px;
	color: #fff;
	float: left;
	width: 400px;
	text-align: left;
	margin-top:10px;


}

.copyright_adams a {
	color:#ff9;
}
.copyright_adams a:visited {
	color:#ff9;
}
.links {float:right;}
.header {float:left;}
