html, body {
    background-image: url(/style/resonance/images/background.gif);
    font-size: 13px;
}

#hd { height: 195px;
    padding-top: 0;
    background-image: url(/style/resonance/images/heading.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
#hd h1 { display: none; }

#bd { background-color: white;
    background-image: url(/style/resonance/images/body.gif);
    margin: 0px;
}


#ft {
    height: 120px;
    background-image: url(/style/resonance/images/footer.gif);
}

.adverthelp { width: 120px; height: 600px; }

.leftpanel { padding: 5px; min-height: 477px; 
    font-size: 90%;
}

.rightpanel { padding: 5px; min-height: 477px; 
    font-size: 90%;}

.maincontent { 
    padding: 5px; min-height: 477px;

}

