html, body {margin:0;padding:0;}
body {
text-align:center;
background:#5F350F;
color:#000;
font:11px/16px Verdana, Arial, Serif;
}
#container {
width:650px;
margin:0 auto;
text-align:left;
background:#C7E9E8;
}
#header {
height:100px;
background:#FF6B6B url() no-repeat center top;
text-align:center;
}
#content {
width:630px;
margin:auto;
padding:10px;
background:#FBF3E8;
}
#footer {
clear:both;
text-align:center;
background:#D23D24;
padding:5px;
height:25px;
}
/* PLEASE NOTE: the width of your content including any padding - should be equal to or less than the width of your container */