html, body { margin: 0px; padding:0px; background: #000; height: 100%; overflow: hidden; }

.nocss { display: none };

#fon {
 width: 100%; height: 100%;
 margin:0px;
 position: relative;
}

#fonimg {
 width: 100%;
/* height: 100%; */
 position: absolute; 
}

#logo {
 display: none;
 position: absolute;
 zoom: 1;
 left: 340px;
 top: 170px;
}

* html #logo {
 width:1%;
 height: 1%;
}

#oreol {
 position: absolute;
 width:228px;
 height: 103px;
 bottom: 0px;
 left:140px;
 background-image: url(/i/startPageOreol.png);
}

*html #oreol {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/startPageOreol.png', sizingMethod='none'); 
}

#vhod {
 position: absolute;
 top: 260px; left:60px;
 height: 6px;
 width: 37px;
}

#enter {
 position: absolute;
 top:260px; left:120px;
 height: 6px;
 width: 45px;
}
#logo div { zoom:1; }
#logo img { border: none; }

#copyright {
 display: none;
 position: absolute;
 left: 403px;
 bottom:10px;
}

#loading {
position: absolute;
top: 50px;
width:100%;
height:11px;
margin: 0px;
padding:0px;
}

#loading1
{
width:80px;
height: 11px;
margin: 0px auto;
z-index:3;
background: #000;
color: #fff;
padding-top:1px;
font-size: 8px;
font-weight: normal;
letter-spacing:3px;
text-align: center;
}

#popup_window {
 width:400px;
 height:240px;
 position:absolute; 
 z-index:10;
 left:300px; 
 top:150px;
 display: none; 
}

#popup_window_f {
 background: url(/pics/popup.png) no-repeat;
 width:400px;
 height:240px;
 color: #fff;
 text-align: center;
}

#popup_window_f a.button {
 display: block;
 border: 1px solid #830000;
 background: #b34;
 color: white;
 width:100px;
 margin:0px auto;
 position: absolute;
 text-decoration: none;
 left: 150px;
 bottom:20px;
}

#popup_window a:hover {
 background: #e23;
}
* html #popup_window_f {
 background-image: none;
 filter:
 progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pics/popup.png, sizingMethod='none');
}
