body {
text-align:center;
background:#000000;
margin:0;
}

#all {
width: 100%; 
min-height: 100%; 
_height: 100%; /* IE */ 
text-align: center; 
margin: 0 auto; 
position: relative; 
} 

#head {
margin:0px;padding:0px;
background:url('bg.jpg');
width:100%;
height:29px;
text-align:left;
}

#foot {
width:100%;
height:25px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
background:url('bg.jpg');
text-align: center;
font:bold 10px Tahoma;
color:white;
}

#kostka {
margin-top:40px;padding:0px;
}

.abc {
margin:0px;padding:0px;
position:absolute;
top:0px;left:0px;
}

.sluzby {
margin:30px 25px 0px 0px;
padding:0px;
}

.asd {
margin:5px 0 0 0;padding:0;
}

.vstup {	
margin:10px 10px 0 0;padding:0 0 0 0;
float:right;
text-align:right;
font:bold 12px Tahoma;
color:#ffffff;
}

a:link    {color: white;text-decoration:none;}
a:visited {color: white;text-decoration:none;}
a:hover   {color: white;text-decoration:underline;}

