* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

body {
	background-color: #F2F2F2;
	text-align:center;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-221px;
	float:left;
}

#container {
	margin:0 auto;
	background: url(../img/bg_start.jpg) no-repeat;
	position:relative;
	text-align:left;
	height: 442px;
	width: 711px;
	clear:left;
}

img.logo {
	position: absolute;
	left: 480px;
	border: none;
}

#langform {
	position: absolute;
	top: 210px;
	left: 155px;
}

#langform select {
	width: 200px;
}

#textbox {
	font-size: 11px;
	line-height: 16px;
	padding: 12px;
	position: absolute;
	top: 210px;
	left: 21px;
	background-color:#B3C6C4;
	width:308px;
	height: 100px;

}

#footer {
	position: absolute;
	top: 425px;
	left: 20px;
	font-size:10px; 
	color: #979797;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration: none;
	font-size:11px; 
	color: #979797;
}

#footer a:hover {
	color: #000000;
}