*{padding:0; margin:0;}

body {
	font-size:62.5%; 
	background-color:rgb(255,255,255); 
	font-family:verdana,arial,sans-serif;
	}
.page-wrapper {
	width: 	980px; 
	height: 	600px;
	margin:	0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
/*	background-color:rgb(232,232,232);*/
	background:transparent url(../img/brush_alu.jpg) top left repeat;
	border:solid 0px rgb(150,150,150); 
	font-size:1.0em;
	}

.sitelogo {
	width: 250px;
	height: 126px;
	position: absolute;
	z-index: 1;
	margin: 194px 0 0 40px;
	}
	
.lang-choice {
	list-style-type: none;
	width: 600px;
	position: absolute;
	z-index: 1;
	margin: 160px 0 0 338px;
	
/*	background: rgb(220,220,220);*/
}
	
.lang-choice li {
	margin-bottom: 20px;
/*	background: rgb(220,220,220);*/
}
	
.lang-choice img {
	display: inline;
	line-height: 32px;
	border: solid 0px rgb(200,200,200);
	margin-right: 22px;
}
	
.lang-choice a, .lang-choice a:visited {
	text-decoration: none;
	font-size: 240%;
	font-weight: bold;
	line-height: 32px;
	color: rgb(54,54,54);
/*	background: rgb(220,20,220);*/
}

.lang-choice a:hover {
	text-decoration: underline;
	color: rgb(102,51,255);
}

