/* CSS Document */
body{
margin:0;
background-color:#000000;
}
img{
border:0;
}
#center { 
position:relative;
width:780px;
height:auto;
top:5px;
margin: 0 auto 0 auto;
}
#menu_up { 
position:absolute;
width:780px;
height:45px;
top:0px;
left:0;
/*background-color:#FFFF00*/
}
#main { 
position:absolute;
width:780px;
height:470px;
top:45px;
left:0;
/*background-image:url(foto/slubna.jpg);*/

}
#menu_down { 
position:absolute;
width:780px;
height:45px;
/*bottom:-45px;*/
left:0;
/*background-color:#00FF00;*/
}

