body {
background: #000000;
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/bg15.jpg);
background-repeat: no-repeat;
background-position: center top;
position:absolute;
top:-310px;
left:-480px;
width:960px;
height:600px;
overflow:hidden;
}
#blokm {
background-color:transparent;
position:absolute;
top:-310px;
left:-220px;
width:350px;
height:180px;
overflow:auto;
}
#blok1 {
background-color:transparent;
position:absolute;
top:-165px;
left:-210px;
width:700px;
height:410px;
overflow:auto;
}
#blok2 {
background-color: transparent;
position:absolute;
top:15px;
left:-480px;
width:257px;
height:225px;
overflow:hidden;

}
#blok3 {
background-color:transparent;
position:absolute;
top:-274px;
left:-200px;
width:680px;
height:25px;
overflow:auto;
text-align: right;
}
#blok4 {
background-color:transparent;
position:absolute;
top:-12px;
left:-475px;
width:245px;
height:25px;
overflow:hidden;
text-align: center;

}
#blok5 {
background-color:transparent;
position:absolute;
top:-240px;
left:-200px;
width:680px;
height:20px;
overflow:auto;
}
#foot {
background-color:transparent;
position:absolute;
top:240px;
left:-480px;
width:960px;
height:50px;
overflow:auto;

}


p {
margin: 5px;
}

a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:hover {
color: red;
}	
