@charset "utf-8";
/* CSS Document */

body{
background:url(images/bg.gif);
background-repeat:repeat-x;
background-color:#9ac890;
padding:0px;
margin:0px;
}


#frame{
padding:0px;
margin:auto;
width:773px;
}

#header{
width:773px;
height:261px;
background:url(images/header.gif);
background-repeat:no-repeat;
float:left;
}

#container{
width:773px;
background:url(images/body.gif);
background-repeat:repeat-y;
float:left;
}

#footer{
width:773px;
height:158px;
background:url(images/footer.gif);
background-repeat:no-repeat;
float:left;
}