@import url('reset.css');
@import url('typography.css');

body{
background: #769d21 url('img/1634.png') repeat;
}
#wrapper{
width: 800px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin: 0 auto;
}

#header {
background: #fff url('img/00.jpg') repeat-x;
width: 100%;
height: 100px;
}

#header h1{
text-align: center;
padding-top: 25px;
}


#vdknopka1 {
text-align:center;
width:50em;
margin:0 auto;
padding:90px 5px;
  }
  
#vdknopka1 a, #vdknopka1 a:visited {
position:relative;
text-decoration:none;
text-align:center;
background-color:#f49948;
color:#fff;
border:2px solid #fff;
border-color:#def #678 #345 #cde;
padding:0.25em 2.2em;
margin:0.5em auto;
  }
#vdknopka1 a:hover {
top:2px;
left:2px;
color:#618476;
border-color:#345 #cde #def #678;
  }
  
#content {
background:  url('img/006.jpg');
width: 800px;
height: 600px;
}

#content img.img1{
width: 160px;
height: 120px;
float: left;
margin: 5px 10px 15px 50px;
}

#content img.img2{
width: 160px;
height: 127px;
float: right;
margin: 5px 50px 15px 25px;
}
#content img.img3{
width: 120px;
height: 160px;
float: left;
padding: 10px 20px 10px 90px;
}
#content img.img4{
width: 120px;
height: 160px;
padding: 10px 20px 10px 25px;
}
#content img.img5{
width: 160px;
height: 140px;
float: right;
padding: 10px 90px 10px 20px;
}
#content img.img6{
width: 70%;
height: 70%;
float: right;
padding: 45px 90px 15px 20px;
}
#table1{
width: 800px;
float: center;
padding: 30px 0 0 45px;
}
#table2{
width: 800px;
float: center;
padding: 20px 0 0 35px;

.clear{
clear: both;
}