body {
background:#f1f1e7 url(../images/bg.jpg) repeat-x;
margin:0 0 0 0;
}

#wrapper{
width:998px;
height:100%;
margin:0 auto;
}
#notes{
background:url(../images/bg-header.gif) repeat-x;
width:700px;
height:119px;
border:3px solid #dbdac8;
margin:150px auto 0 auto;
-moz-border-radius:10px;
}
#notes h1{
width:700px;
text-align:center;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#9e9c73;
margin:20px 0 5px 0;
}
#notes span{
width:700px;
text-align:center;
float:left;
font-family:"tahoma", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#9e9c73;
margin:1px 5px;
}