/
html {
font-family:arial, helvetica, sans-serif;
font-size:76%;
color:#555;
background:#FFF;
background-image:url("bg.jpg");
background-position:center center;
background-repeat:repeat-y;
}

body {
position:relative;
width:780px;
background-image:url("bg.jpg");
background-position:center center;
background-repeat:repeat-y;
border-bottom:1px solid #ECECEC;
border-top:1px solid #ECECEC;
}


