@charset "utf-8";
/* CSS Document */

html, body{
	background: #acc4e4;
	color: #073c60;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

#main{
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 770px;
	height: 418px;
	*/
}

#main_int{
	background: url("../images/shadow_opaque.png") repeat-y center bottom;
	width: 770px;
	/*height: 418px;*/
	margin: 0 auto;
	padding: 0 10px 20px 35px;
	/*
	position: absolute;
	top: -50%;
	left: -50%;
	*/
}

#header{
	background: url("../images/home_header.jpg") no-repeat right top;
	height: 175px;
}

#content{
	height: 150px;
}

#content ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	margin: 80px auto 0 auto;
	width: 320px;
	
}

#content ul li{
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	
	float: left;
	width: 55px;
}

#content ul li a{
	color: #073c60;
	display: block;
	text-decoration: none;
}

#content ul li a .name{
	visibility: hidden;
	text-align: center;
	margin-bottom: 5px;
}

#content ul li a .flag{
	text-align: center;
}

#content ul li a:hover{
	text-decoration: none;
}

#content ul li a:hover .name{
	visibility: visible;
}

#content ul li a:hover .flag{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/*
#footer{
	text-align: center;
	_margin-top: 80px;
}

#footer a{
	color: #073c60;
	text-decoration: underline;
}

#footer a:hover{
	color: #000;
	text-decoration: underline;
}
*/
#footer{
	border-top: 1px dotted #acc4e4;
	color: #888;
	font-size: 9px;
	text-align: center;
	
	margin-top: 20px;
	padding-top: 20px;
	margin-right: 10px;
}

#footer a{
	color: #073c60;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	text-decoration: underline;
}