#home {
    margin: 0;
    padding: 0;
    background: url(/_images/page_bg.jpg) #bbbabb repeat-x;
}
#home #master {
    width: 790px;
    height: 585px;
    min-height: 585px;
    background: url(/_images/page_bg.jpg) #bbbabb repeat-x;
    margin: 0 auto;
}

#home #master #header {
    display: block;
    width: 790px;
    height: 229px;
    min-height: 229px;
    background: url(/_images/header.png) no-repeat;
}

#home #master #header span {
    position: relative;
    left: -5000px;
}

#home #master #middle {
    float: left;
    width: 790px;
    height: 310px;
    min-height: 310px;
    margin: 0;
    padding: 0;
    background:  url(/_images/middle.png) transparent repeat-y;
}

#home #master #centerpiece {
    float: left;
    width: 570px;
    height: 249px;
    min-height: 249px;
    margin: 40px 110px 0;
    padding: 0;
    background: url(/_images/blue_bg.jpg) white no-repeat;
}

#home #master #footer {
    width: 790px;
    height: 41px;
    min-height: 41px;
    background: url(/_images/footer.png) #bbbabb no-repeat;
    margin: 0;
    padding: 0;
}

div.button {
    width: 166px;
    height: 220px;
    float: left;
    margin: 15px 0;
}

img.button {
    border: none;
}

div.buttonLeft {
    margin-left: 18px;
}

div.buttonMiddle {
    margin-left: 18px;
    margin-right: 18px;
}

.cleaner { clear: both; height: 0; }