@charset "utf-8";
/* CSS Document */

body{
background-image:url(images/bg.jpg);
background-repeat:repeat;


}

#content{
margin:0 auto;
background-color:#FFFFFF;
border:solid #FF9900 thin;
width:800PX;
}

