#wrapper {

 width: 998px; 
 background: #f5dba8;
 margin: auto;

}

#header {

 position: relative;
 height: 212px;
 background: url(../img/header.jpg) no-repeat 0 0;

}

#skills {

 background: url(../img/header_leiste.jpg) repeat-x 0 0;
 padding: 9px 10px 8px 150px;
 clear: both;

}

#content {

 min-height: 450px;
 background: #fff url(../img/bg_content.jpg) repeat-x 0 0;
 padding: 20px 50px;

}

#footer {

 height: 30px;
 text-align: right;
 text-decoration: none;
 background: #fff url(../img/bg_footer.jpg) repeat-x 0 0;

}

#logo_list {

 overflow: hidden;
 display: inline-block;

}

#logo_list li {

 margin: 0 5px;
 float: left;

}