body {
    background-color: #353535;
    background-image: url("../image/background.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0px;
    margin: 0px;
}

#container {
    margin: auto;
    width: 850px;
    height: 580px;
}

#strip {
    float: right;
    background-image: url("../image/strip.jpg");
    background-repeat: no-repeat;
    width: 50px;
    height: 558px;
    border-bottom: 2px solid black;
}

#menu {
    float: right;
    width: 200px;
    height: 560px;
}

#button-welcome {
    background-image: url("../image/button-welcome.jpg");
    background-repeat: no-repeat;
}

#button-welcome:hover {
    background-image: url("../image/button2-welcome.jpg");
    background-repeat: no-repeat;
}

#button-about {
    background-image: url("../image/button-about.jpg");
    background-repeat: no-repeat;
}

#button-about:hover {
    background-image: url("../image/button2-about.jpg");
    background-repeat: no-repeat;
}

#button-album {
    background-image: url("../image/button-album.jpg");
    background-repeat: no-repeat;
}

#button-album:hover {
    background-image: url("../image/button2-album.jpg");
    background-repeat: no-repeat;
}

#button-acknowledgments {
    background-image: url("../image/button-acknowledgments.jpg");
    background-repeat: no-repeat;
}

#button-acknowledgments:hover {
    background-image: url("../image/button2-acknowledgments.jpg");
    background-repeat: no-repeat;
}

td.button {
    height: 140px;
    width: 200px;
    background-color: #030C3C;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}

td.button:hover {
    background-color: #1D387C;
}

#content-flash,
#content-welcome,
#content-about,
#content-album,
#content-acknowledgments {
    float: right;
    background-color: #241200;
    color: #FFFFFF;
}

#content-flash {
    height: 100px;
    width: 400px;
    text-align: center;
}

#separator {
    float: right;
    background-image: url("../image/separator.jpg");
    background-repeat: no-repeat;
    width: 398px;
    height: 20px;
    border-right: 2px solid black;
}

#content-welcome,
#content-about,
#content-album,
#content-acknowledgments {
    height: 426px;
    width: 378px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    letter-spacing: 0.02em;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    line-height: 20px;
}

#content-welcome {
    display: block;
}

#content-about,
#content-album,
#content-acknowledgments {
    display: none;
}

table.album {
    padding-left: 26px;
    padding-top: 20px;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

td.mp3player {
    width: 24px;
    padding-top: 2px;
}

td.trackinfo {
    padding-left: 10px;
    padding-bottom: 4px;
    letter-spacing: 0.02em;
}

td.thanks-image {
    padding-right: 20px;
}

td.thanks-text {
    vertical-align: top;
    padding-top: 100px;
}

p.cd-cover {
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}

p.store {
    text-align: center;
}

#title {
    float: left;
    width: 40px;
    height: 200px;
    margin-top: 230px;
    margin-left: 160px;
    background-image: url("../image/title-welcome.png");
    background-repeat: no-repeat;
}

#footer {
    background-image: url("../image/footer.png");
    background-repeat: no-repeat;
    clear: both;
    margin-left: 400px;
    width: 350px;
    height: 20px;
    color: #FFFFFF;
    font-size: 9pt;
    font-family: Helvetica;
    text-align: center;
}

a.footer-link:link,
a.footer-link:visited {
    text-decoration: none;
    color: #BBBBBB;
}

a.footer-link:hover,
a.footer-link:active {
    text-decoration: underline;
}