@charset "windows-1251";
.slyles {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	margin: 0px;
	}

body, html {
	height: 100%; }
	#outer {height: 100%; position: relative; width: 100%;}
		#outer[id] {display: table; position: static;}
		
		#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
		#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
		#inner {position: relative; top:-50%;  text-align: left;} /* for explorer only */
		#inner {width: 766px; margin-left: auto; margin-right: auto;} /* for all browsers*/
		#inner[id] {position: static;}

table {
width: 100%;
height: 100%; 
}
td {
vertical-align: middle;
text-align: center;
}
#outer2 {
width:1024px;
height:768px;
position: relative;
margin: 0 auto;
text-align: left;
} 


.style1 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #336600;
}
.style2 {color: #FFFFFF; font-weight: bold; }