* {
 margin: 0;
 padding: 0;
 font-weight: normal;
 text-decoration: none;
 font-family: "Times New Roman", Arial, Verdana;
}

body {
 font-size: 10px;
 background: #EEE3CD url('/img/body-background.jpg') no-repeat top center;
}

#wrapper {
 width: 775px;
 margin: 0 auto;
}

#header {
 width: 775px;
 background: url('/img/header/afi_header_0.jpg') no-repeat top left;
 position: relative;
 height: 210px;
 z-index: 1000;
}

#footer {
 clear: both;
 background: #602e00;
 min-height: 4em;
 position: relative;
 width: 765px;
}

