@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/fonV.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.copyright {
	background:url(/images/copyright.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	LEFT: 0px;
	POSITION: absolute;	
	WIDTH: 95%;
	HEIGHT: 95%;
	z-index: -1;
}

.lang_tab {
	right: 5%;
	top:5%;
	POSITION: absolute;	
	HEIGHT: 60px;
	z-index: 1;
}

.eng {}

.eng:hover {
	background:url(/images/eng.png);
	background-repeat:no-repeat;
}

.rus {}

.rus:hover {
	background:url(/images/rus.png);
	background-repeat:no-repeat;
}

.eng_htm, .rus_htm {
	text-align:center;
	font-size:12px;
}

.eng_htm a:link, .rus_htm a:link, .eng_htm a:visited, .rus_htm a:visited {
	text-decoration:none;
	border-bottom:dotted 1px #fff;
}

.eng_htm a:hover, .rus_htm a:hover {
	border-bottom:solid 1px #fff;
}