@charset "utf-8";
/* CSS Document */
html{
	padding:0;
	margin:0;
	width:100%;
	background:#000;
	text-align:center;
	font-family:Sylfaen, Arial, Helvetica, sans-serif;
	font-size:80%;
}
a:hover{
	color:#F00;
}
a:link{
	color:#6DA5A6;
	font-weight:800;
}
a:visited{
	color:#333;
}
body {
	padding:0;
	margin:0;
	width:100%;
	
	background: url(../images/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
	
}
img{  border-style: none;
}
.hr{
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#CCC;
	clear:both;	
}
#wrapper{
	width:960px;	
	background-color:#FFF !important;
	margin-left: auto ;
    margin-right: auto ;
	background:url(../images/wrapper_background.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	text-align:left;
}



#language{
	position:static;
	padding:22px 0 0 90%;
/*	left:90%;
	top:22px;	*/
}


	#language ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	#language li{
		
		float:left;
		padding:0 4px 0 4px;
		line-height:36px;
		height:36px;
	}
	#language li span img{	
		opacity:0.3;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter:alpha(opacity=30);	
	}
	#language li a{
		vertical-align:middle;	
	}
	#language li a:hover{
		vertical-align:middle;	
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	
	#language li span{	
		vertical-align:middle;		
	}





