body {
background: #000000;
background-image: url(bg/bg.jpg);
margin-top: 0px;
color: #eeeeee;
font-family: "Trebuchet MS";
font-size: 12px;
text-align: center;
scrollbar-track-color: black; 
scrollbar-face-color: #222222; 
scrollbar-highlight-color: #333333; 
scrollbar-3dlight-color: #333333; 
scrollbar-darkshadow-color: black; 
scrollbar-shadow-color: #333333; 
scrollbar-arrow-color: #333333;
}
#container {
min-width:1000px;
min-height:620px;
width:100%;
height:100%;
width:expression(document.body.clientWidth < 1000?    "1000px": "100%" ); /* pro IE */
height:expression(document.body.clientHeight < 620?    "620px": "100%" ); /* pro IE */
position:absolute;
top:0;
left:0;
}
#container-horizontal {
text-align:left;
margin:auto;
position:absolute;
top:50%;
left:50%;
}
#container-in {
background: #000000;
background-image: url(bg/bg_mn.jpg);
background-repeat: no-repeat;
background-position: center top;
position:absolute;
top:-310px;
left:-480px;
width:960px;
height:600px;
overflow:auto;
}
#blok1 {

background-color:transparent;
position:absolute;
top:-160px;
left:-475px;
width:695px;
height:400px;
overflow:auto;
}
#blok2 {
background-image: url(bg/bg_f.jpg);
background-position: center bottom;
position:absolute;
top:-10px;
left:225px;
width:250px;
height:250px;
overflow:hidden;
}

#foot {
background-color:transparent;
position:absolute;
top:240px;
left:-475px;
width:950px;
height:50px;
overflow:auto;

}


p {
margin: 5px;
}

a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #0099FF;
}	
