@CHARSET "utf-8";
body,html{	
	text-align:center;
	height:100%;
	width:100%;
	margin:0;
	font: normal 9pt Tahoma,sans-serif;
	padding:0;
	background-color: #FFE7D5;
}
a{
	text-decoration: none;
	color:#7F2E1E; 
}
#centerline{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
	text-align:center;
	/*border:1px solid #f00;*/
}
#cont{
	width:770px;
	height:520px;
	background-color:#fff;
	color:#000;
	position:relative;
	margin:-260px auto;
}
div#language{
	 width:604px;
	 font-weight:bold;
	 font-size:1.3em; 
	 margin:70px auto 0 auto;
}
div#language div{
	 float:left; 
	 width:200px; 
	 border-left:1px solid #FFB77E;
	 line-height:3em;
}
div#lastLanguage{
	border-right:1px solid #FFB77E;
}
div#startImage{
	clear:left;
	float:left; 
	margin:120px 0 0 2em;
}
* html div#startImage{
	margin:120px 0 0 1em;	
}
div#startImage div{
	float:left;	
	height:100px;
}
div#startImage div img{
	margin-right:0.6em;
}