html, body {
	background-color: #97cdf7;
}

#chooseLanguage {
	width: 621px;
	height: 332px;
	margin: 0 auto;
	margin-top: 100px;
	background-image: url(../../../images/start_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#chooseLanguage img {
	border: 0;
}

#langButtons {
	text-align: center;
	padding-top: 290px;
}

#langButtons a {
	margin: 0 30px;
}

#langText {
	text-align: center;
	margin-top: 6px;
	color: #704939;
	font-family: Verdana;
	font-size: 11px;
}

#contact {
	width: 621px;
	height: 260px;
	margin: 0 auto;
	margin-top: 70px;
	color: #704939;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}

a { color: #704939 }