@charset "utf-8";
/* CSS Document */

body
{
background:#FFFFFF;
padding:0px;
margin:auto;
}
#header
{
margin: auto;
padding:0px;
height:63px;
width:850px;
background:url(images/header.jpg) no-repeat;
}
#banner
{
margin:auto;
padding:0px;
height:143px;
width:850px;
background:url(images/banner.jpg);
}
#heading
{
margin:auto;
padding:0px;
width:850px;
height:52px;
background:url(images/heading.jpg);
}
#contentbox
{
margin:auto;
padding:0px;
height:352px;
width:850px;
background:url(images/content.jpg) no-repeat ;
}
#content
{
margin:auto;
padding:0px;
height:240px;
width:848px;
}

