 body {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 100%;
  background: #9A9F8B url(bg.jpg) repeat-x center top;
 }
 h1 {
  margin: 0 0 1em 0;
  font-size: 150%;
 }
 h2 {
  font-size: 14px;
 }
 a {text-decoration: none; color: white;}
 a:hover {text-decoration: underline; color: white;}
 
 
 #holder {
  margin: 0 auto;
  text-align: left;
  width: 914px;
  background-color:black;  
  min-height: 100%;
  height: auto;
  _height: 100%;
  position: relative;
 }
 #top,#main {
  width: 914px;
 }
 #top {
 }
 #page {
  width: 914px;
  background: url(page.gif) repeat-y left;
  margin:0;
  padding:0;
 }
 #page_in {
  padding:20px 30px 30px 30px;
 }
 #menu {
 height:40px;
 _height:145px;
 padding:105px 0 0 30px;
 color:white;
 }
 
 #menu a {
 font-size:14px;
 }
 
 #menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
 }
 #menu ul .actual {
  color: white;
  text-decoration: none;
 }
 
 #menu ul a:hover {
  color: white;
  text-decoration: none;
 }
 #menu li {
  padding: 0;
  margin: 0;
 }

 #footer {
 background-color:black;
 color:white;
 font-size:11px;
 }
 
 #vlevo {
 background-color:black;
 float:left;
 width:304px;
 _width:334px;
 padding:10px 0 0 30px;
 }
 
 #vpravo {
 background-color:black;
 float:right;
 width:550px;
 _width:580px;
 text-align: right;
 padding:10px 30px 0 0;
 }

