/* CSS Document */

body{
background:#634733;
color:#333;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
}

a{
color:#634733;
}

#header{
width:620px;
height:225px;
background:url(images/headerbg.jpg) top left no-repeat;
margin:20px auto 0px auto;
}

#content{
background:url(images/contentbg.jpg) top left repeat-y;
width:560px;
padding:30px;
margin:0px auto;
}
