body{
    background-image:url("gfx/rh_background.jpg");
    background-repeat:repeat-y;
}

div#content{
    position:relative;
    width:480px;
    background-color:#FFFFFF;
    float:left;
    padding:5px;
}


