#main {

 position: relative;
 width: 1000px;
 background: url(../img/background.jpg);
 margin: 0 auto;

}

#header {

 height: 20px;
 text-align: right;
 background: url(../img/header.jpg) no-repeat;
 padding: 180px 80px 0 0;

}

#header ul {

 float: right;

}

#header_bottom {

 height: 29px;
 background: url(../img/header_bottom.jpg) no-repeat;

}

#content {

 width: 584px;
 min-height: 400px;
 background: url(../img/cont_middle.jpg);
 padding: 10px 20px 10px 130px;
 float: left;
 clear: both;

}

#menu {

 width: 266px;
 background: url(../img/menue_middle.jpg);
 margin-bottom: 160px;
 float: left;

}

#menu div {

 min-height: 200px;
 padding-bottom: 20px;
 background: url(../img/menue_down1.jpg) no-repeat left bottom;

}

#menu ul {

 margin: 10px 110px 0 0;

}

#menu ul li {

 text-align: left;
 display: block;
 padding: 2px 5px 4px 5px;
 margin: 0 0 0 5px;

}

#menu ul li.main {

 font-weight: bold;
 background: #CCCCCC;
 margin: 10px 0 5px 5px;

}

#menu ul li a {

 color: #333;
 text-decoration: none;
 display: block;

}

#menu ul li a:hover {

 color: #999;

}

#pos_img {

 position: absolute;
 bottom: 180px;
 left: 734px;
 width: 266px;
 height: 125px;
 background: url(../img/menue_down2.jpg);

}

#footer {

 height: 21px;
 text-align: right;
 background: url(../img/footer.jpg) no-repeat;
 padding: 160px 100px 0 0;
 clear: both;

}

.clear {

 height: 0;
 line-height: 0;
 font-size: 0;
 clear: both;

}
