
* { padding: 0; margin: 0; }

body {
 font-family: Century Gothic, Arial, Helvetica, sans-serif;
 font-size: 14px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 308px;
 margin-Top: 50px;
 background-image: url(imges/photo.png);
 background-repeat: no-repeat;
 background-position: top;

}
#footer { 
 width: 900px;
 border: 0px solid #ccc;
 background: #282828;
 margin: auto;
 padding: 0px;
 height: 320px;
 <!--background-image: url(imges/footerbackgrd.png);-->
 background-repeat: no-repeat;
 background-position: Top;
}
