body {
	margin: 0; 
	padding:0;
	text-align: left; /* FOR IE5 */
	font: 11px Verdana;
	font-weight: bold;
	color: #56506A;
	background-color: #F7F7F7;
}

body a img {
	border: 0;
}

#Container {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 420px;
	margin-left: 0;
	margin-top: -200px;
	background: url(../img/frontbg.jpg) center top no-repeat;
	background-color:#C8C8C8;
}

#Langbox {
	display: block;
	position: absolute;
	top: 400px;
	left: 0;	
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}

#SAMenu1_1_1 {
	display: block;
	position: relative;
	left: 38%;
	top: 30%;
}

#SAMenu1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#SAMenu1 li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px 0 15px;
	background: url(../img/langarrow.gif) 5px 5px no-repeat;
}

#SAMenu1 li a {color: #56506A;text-decoration: none;}
#SAMenu1 li a:hover {color: #56506A;text-decoration: underline;}



