body {  
margin:0px; padding:0px;  
background-color: black; 
height=100%; 
color: white;
}  
  
#main {  
width: 100%;
height: 100%; 
}  

#broadcast {  
position: absolute;
width: 400px;
height: 300px;
top: 50%;
left: 50%;
margin-top: -150px; 
margin-left: -200px;
}  

#maintitle {
position: absolute;
top: 50%;
left: 50%;
margin-left: -137px;
margin-top: -320px; 
width: 275;
height: 127px;
background-image:url(title_rus.png);  

}

#maintitle:hover {
position: absolute;
top: 50%;
left: 50%;
margin-left: -137px;
margin-top: -320px; 
width: 275;
height: 127px;
background-image:url(title_eng.png);  

}

#content{
position: absolute;
width: 600px;
height: 200px;
top: 50%;
left: 50%;
margin-left: -300px;
margin-top: 220px; 
text-align: center;
}

#leftwing{
position: absolute;
width: 202px;
height: 337px;
top: 50%;
left: 50%;
margin-left: -420px;
margin-top: -168px; 
background-image:url(left.gif);  
}

#rightwing{
position: absolute;
width: 200px;
height: 337px;
top: 50%;
left: 50%;
margin-left: 210px;
margin-top: -168px; 
background-image:url(right.gif);  
}



#whit{
color: white;
font-size: small;
font-family: Times;
}

#gr{
color: Grey;
font-size: small;
font-weight: bold;
font-family: verdana;
}

a:hover {cursor: pointer;}