/* splash */

html {
	height: 100%; width: 760px; min-height: 620px; max-height: 100%; width: 100%;
	padding: 0; margin: 0;
}

body {
	width: 100%; height: 100%; min-width: 760px; min-height: 620px; max-height: 100%;
	padding: 0; margin: 0; position: relative;
}

* html body { height:100%; }

div { padding: 0; margin: 0; }
img { border: 0; }

a {	color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }

#ContainerIndex {
	height: 100%;
	background-color: #000;
	font: normal 80% "Tahoma", serif; color: #fff;
}

html>body #ContainerIndex { height: auto; min-height: 100%; }


#MainIndex {
	width: 760px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -310px 0 0 -380px;
}


#HeaderIndex {
	width: 760px;
	height: 147px;
	text-align: center;
}

#LogoIndex {
	font-size: 120%;
	background: url('logo-index.gif') no-repeat;
	vertical-align: top;
}


#MiddleIndex {
	width: 760px;
	height: 413px;
	background: url('index-background.jpg') no-repeat;
}

#LangSwitcherEn { position: absolute; top: 350px; left: 130px; font-weight: bold; }
#LangSwitcherEn img { vertical-align: bottom; }
#LangSwitcherRu { position: absolute; top: 350px; right: 120px; font-weight: bold; }
#LangSwitcherRu img { vertical-align: bottom; }

#Flash {
	margin: 0 0 0 297px;
}


#FooterIndex {
	width: 760px;
	height: 46px;
	text-align: center;
}

#w-Style { padding: 35px 0 0 0; }
#w-Style img { vertical-align: middle; }



