#index {
	background: url('../images/index-bg.jpg') top left no-repeat;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 500px;
	width: 653px;
}
.en { background: url('../images/index-en.jpg') top left no-repeat; }
#langs {
	bottom: 18px;
	position: absolute;
	right: 75px;
}
#langs * { display: block; float: left; }
#langs span { width: 30px; text-align: center; }
#langs a { text-decoration: none; color: #666666; font-weight: bold; }
#langs a:hover, #active_lang { text-decoration: none; color: #cc0000 !important; }
