* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #f6f4f4;
}
img.center {
  display: block;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;
}
#header {
 width: 950px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 70px;
 margin: 10px 0px 0px 0px;
 background-image:url('images/banner.jpg');
 background-repeat: no-repeat;
}
#menu {
 width:970px;
 height: auto;
 color: #333;
 margin-bottom:0px;
 margin-top:0px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 0px;
}
#fotoheader {
 width: 950px;
 color: #333;
 padding: 10px;
 border-top: 0px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 132px;
 background-image:url('images/fotoheader.jpg');
 background-repeat: no-repeat;
}
#content { 
 width: 950px;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 10px;
 height: 350px;
}
#footer {
 width:970px;
 height: auto;
 color: #333;
 margin-bottom:5px;
 margin-top:0px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 0px;
}