html{
 height:100%;
 min-height:100%;
 padding:0px;
 margin:0px;
 border: none; 
}

body{
 background-color: #e0e0e0;
 height:100%;
 min-height:100%;
 margin: 0px;
 text-align: center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

table{
 height:100%;
 width: 160px;
 text-align: left;
 margin: 0px auto;
 padding: 0px;
 border: none;
 background-color: #ffffff;
}

div.menu {
 width: 160px;
 display: block;
 padding: 0.1em;
 padding-left: 20px;
 margin-bottom: 5px;
 background-color: #217ab7;
}


div:hover {
 width: 160px;
 display: block;
 padding: 0.1em;
 padding-left: 20px;
 margin-bottom: 5px;
 background-color: #5ea9db;
}

a.menu {
 width: 160px;
 display: block;
 border-style: none;
 font-size: 13px;
 text-decoration: none;		
 font-weight: bold;
 color: #ffffff;
}

a:hover {
 width: 160px;
 display: block;
 border-style: none;
 font-size: 13px;
 text-decoration: none;		
 font-weight: bold;
 color: #ffffff;
}

#buttons {
 vertical-align: top;
}

#reklama {
 height: 100%;
 vertical-align: top;
}