
body{
    background-image : url(indexbg.jpg);
    background-repeat : repeat-x;
    background-color:#000000;
    color:#FFFFFF;
    font-family:sans-serif;
}


#box{
    position:relative;
    height:625px;
    margin-left:0;
    margin-top:0;
}

#left{
    position:absolute;
    left:-10px;
    top:-10px;
    width:700px;
    height:625px;
}


#right{
    background-color:#000;
    height:625px;
    position:absolute;
    left:700px;
    top:0;
}








