#top {
    position: relative;
    top: 0px; left: 0px;

    background: url('/images/top.jpg') 0px 0px no-repeat;
    height:  426px;
    width: 999px;


}

#sitename img {
    width: 225px;
    height: 315px;

}


#ltop div{

    position: relative;
    top: 0px; left: 0px;
    height: 588px;
    background: url('/images/topleft.jpg') 100% 0px no-repeat;


}



#rtop div{

    position: relative;
    top: 0px; left: 0px;
    height: 588px;
    background: url('/images/topright.jpg') 0% 0px no-repeat;


}