body {
	background: #000000;
	margin: 0px;
}

#main{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

#f_c{
	background: url(images/first-bg.gif) repeat-x top left;
	height: 600px;
}

#f_inner{
	background: url(images/first.jpg) no-repeat top center;
	text-align: center;
	height: 600px;
}

#f_lang_c{
	text-align: center;
	padding: 0 0 0 180px;
}

#f_logo{
	margin: 220px 0 65px 120px;
}

#lang{
	margin: 0 auto;
}

#lang td{
	padding: 0 10px;
}

#lang td img{
	border: 0;
}
#lang #en{
	display: block;
	background: url(images/en.gif) no-repeat center center;
	width: 22px;
	height: 18px;
}

#lang #en.active,#lang #en:hover{
	background: url(images/en-a.gif) no-repeat center center;
}

#lang #lt{
	display: block;
	background: url(images/lt.gif) no-repeat center center;
	width: 22px;
	height: 18px;
}

#lang #lt.active,#lang #lt:hover{
	background: url(images/lt-a.gif) no-repeat center center;
}
#lang #ru{
	display: block;
	background: url(images/ru.gif) no-repeat center center;
	width: 28px;
	height: 16px;
}
#lang #ru.active,#lang #ru:hover{
	background: url(images/ru-a.gif) no-repeat center center;
}
