<style>
/*Základní nastavení stránky*/
html {margin: 0;padding: 0;}
body {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, lucida, sans-serif;
background: white;
background: url(bg.gif);
text-align: center;
height: 700px;}
/*Největší div, který obaluje všechny ostatní*/
#hlavni {
width: 1000px;
min-height: 900px;
position: relative;
overflow: hidden;
margin: 0 auto;
text-align: center;
background: url(bgweb.png) no-repeat;

}
/*Vlastni layout*/
#hlavicka {
width: 1024px;
height: 145px;
position: top;
background: ;
}
#logo {
width: 1024px;
height: 110px;
position: top;
background: ;
}

#menu {
width: 200px;
min-height: 200px;
margin-right: 3px;
margin-left: 37px;
float: left;
border-right: ;
background: ;
} 

#lpruh {
width: 250px;
min-height: 469px;
float: left;
} 


#obsah {
width: 650px;
float: left;
min-height: 400px;
background: ;
}
#pata {
width: 1000px;
height: 10px;
clear: both;
background: url();
text-align:right;
}   

</style>