@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
#wrapper{
	width:250px;
	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;	
}
