BODY, HTML {
	height: 100%;
	margin: 0;
	padding: 0; }

BODY {
	background-color: #0176A7;
	background-image: url("/img/main_fon.jpg");
	background-position: 0 50%;
	background-repeat: repeat-x; }

IMG {
	border: 0; }

A {
	color: white; }
	
A:hover {
	color: yellow; }
	
TABLE {
	width: 100%;
	height: 100%;
	padding: 0; }
	
TABLE TD {
	text-align: center;
	vertical-align: center;
	padding: 0; }
	
TABLE TR.header TD {
	vertical-align: top; }
	
TABLE TR.header TD DIV {
	width: 400px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 5px;
    	background-image: url("/img/oval_top.png");
    	// background-image: none;
    	// filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/oval_top.png', sizingMethod='crop');    
    	// background-image: expression( (/MSIE ((5\.5)|[6-9])/.test(navigator.userAgent) && navigator.platform == "Win32" ) ? "none" : "none" ); }


TABLE TR.center TD DIV {
	width: 500px;
	font-size: 0;
	margin: 0 auto; }


TABLE TABLE {
	width: 370px;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	margin: 0 auto;
	color: white;
	margin-top: 30px;
	height: auto; }

TABLE TABLE TD {
	text-align: left;
	vertical-align: top;
	padding-left: 22px;
	width: 200px; }

IMG.logo {
	margin-bottom: 20px; }

IMG.flash {
	margin-right: 5px; }

	
TABLE TR.footer TD {
	vertical-align: bottom; }
	
TABLE TR.footer TD DIV {
	width: 400px;
	height: 60px;
	margin: 0 auto;
	margin-top: 5px;
    	background-image: url("/img/oval_bottom.png");
    	// background-image: none;
    	// filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/oval_bottom.png', sizingMethod='crop');    
    	// background-image: expression( (/MSIE ((5\.5)|[6-9])/.test(navigator.userAgent) && navigator.platform == "Win32" ) ? "none" : "none" ); }

TABLE TR.footer TD DIV SPAN {
	width: 400px;
	padding-top: 35px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: white;
	display: block; }		
