@charset "utf-8";

/* CSS Document */

*{

	padding:0;

	margin:0;

}

#wrapper{

	width:500px;

	position:absolute;

	left:50%;

	margin-left:-110px;

	top:50%;

	margin-top: -200px;

}

#wrapper #content{

	width: 200px;

	

}

#wrapper #content #logo{

	background-image:url(../../images/layout%20images/languagelogo.gif);

	width:220px;

	height:153px;

	margin-left:5px;

}

#wrapper #content #selection{

	width:250px;

	margin-top:20px;

}

#wrapper #content #selection a{

	display:block;

	width:113px;

	height:39px;

	float:left;

	text-align:center;

	background-image:url(../../images/layout%20images/languagebtnROLL.gif);

	background-repeat:no-repeat;

	background-position:top left;

	color:#FFF;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	line-height:2em;

}

#wrapper #content #selection a:hover{

	background-position:top right;	

}

#wrapper #content #selection a + a{

	margin-left:5px;	

}

#news {
	position: relative;
	left: -50px;
	text-align: center;
	font-family: Aria, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px 0px;
	width: 350px;
	background-color: #9999FF;
	color: FFFF66;
}


