* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	height:100%;
}
body {
	background-color:#FFFFFF;
	font-size:10px;
}
#wrapper {
	width:980px;
	height:560px;
	margin:0px auto 0px auto;
}
#main {
	height:500px;
	background:#a16f7e url(img/logo.gif) 50% 150px no-repeat;
	text-align:center;
}
#selector {
	width:149px;
	margin:0px auto 0px auto;
	padding:364px 0px 0px 51px;
	background-position:50% 310px;
	background-repeat:no-repeat;
}
.lat {
	background-image:url(img/slogan_lat.gif);
}
.eng {
	background-image:url(img/slogan_eng.gif);
}
.rus {
	background-image:url(img/slogan_rus.gif);
}
#selector a {
	display:block;
	height:16px;
	width:30px;
	float:left;
}
#lat {
	background:url(img/lang_lat.gif) no-repeat;
}
#lat:hover {
	background:url(img/lang_lat_.gif) no-repeat;
}
#eng {
	background:url(img/lang_eng.gif) 1px no-repeat;
	padding-right:1px;
}
#eng:hover {
	background:url(img/lang_eng_.gif) 1px no-repeat;
}
#rus {
	background:url(img/lang_rus.gif) 5px no-repeat;
	padding-right:5px;
}
#rus:hover {
	background:url(img/lang_rus_.gif) 5px no-repeat;
}