/***************************************************
 News
 ***************************************************/

#indexheader {
	width: 100%;
	min-width:950px;
	height: 550px;
	background: url(../imgconfig/bg_index.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
}

#indexsiteBox {
	width: 100%;
	color: #000000;
}

#faceLink {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:20px;
	text-align:center;
}

#indexLink {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}

#indexcontent {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:center;
}

#indexLink a,#faceLink a {
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #000000;
	line-height: 110%;

	filter:alpha(opacity=60);
	-moz-opacity: 0.60; 
	opacity: 0.60;
	-khtml-opacity: 0.6;

}

#indexcontent a{
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:3px;
	color: #000000;
	margin: 0px 30px 0px 30px;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.60; 
	opacity: 0.60;
	-khtml-opacity: 0.6;

}

#indexcontent a:hover, #indexLink a:hover, #faceLink a:hover{
	color: #000000;
	
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0; 

}

.language{
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 0px 5px 0px 5px;
}

#indexcontent img {
	margin-left:0px;
	margin-right:8px;
	margin-top:0px;
	vertical-align: middle;
}

#indexLink img,#faceLink img{
	margin-bottom:5px;
}
