body {
    background-image: url('images/Home-Page-Background.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

#layout {
    width: 1024px;
    height: 100%;
    text-align: left;
}

#logo {
    position: absolute;
    top: 23px;
    right: 30px;
    display: none;
}

#buttons {
    position: relative;
    top: 224px;
    left: 35px;
    width: 183px;
    height: 440px;
    z-index: 1;
}

#content {
    width: 1024px;
    height: 431px;
    position: absolute;
    top: 224px;
    left: 0px;
    display: none;
}

#content-edge {
    width: 17px;
    height: 431px;
    background-image: url('images/content-edge.png');
    position: absolute;
    top: 0px;
    left: 270px;
}

#content-text {
    background-image: url('images/content-background.png');
    background-repeat: repeat-x;
    width: 754px;
    height: 431px;
    position: absolute;
    top: 0px;
    left: 286px;
}

#address {
    width: 1024px;
    text-align: center;
    position: absolute;
    top: 690px;
    font-family: times, serif;
    font-weight: bold;
}

a {
    color: #005C1A;
}

a.button {
    text-decoration: none;
    width: 183px;
    height: 33px;
    background-image: url('images/button-plain.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: times, serif;
    font-weight: bold;
    font-size: 10pt;
    padding-top: 8px;
    vertical-align: middle;
    color: #005C1A;
    display: block;
    border: none;
}

a:hover.button {
    background-image: url('images/button-mouseover.png');
}

a:active.button {
    background-image: url('images/button-clicked.png');
}

a.last_button {
    text-decoration: none;
    width: 183px;
    height: 33px;
    background-image: url('images/button-plain.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: times, serif;
    font-weight: bold;
    font-size: 10pt;
    padding-top: 8px;
    vertical-align: middle;
    color: #005C1A;
    display: block;
    border: none;
    position: absolute;
    bottom: 0px;
}

a:hover.last_button {
    background-image: url('images/button-mouseover.png');
}

a:active.last_button {
    background-image: url('images/button-clicked.png');
}
