body {
        background-color: #000000;
        background-image: url(/tenside/gfx/background_final.jpg);
        background-repeat: no-repeat;
        margin-left: -2px;
        background-position: top center;
        background-attachment: fixed;
}
#header {        
        width: 750px;
        height: 250px;
        margin: auto;
}
#menu {
        width: 750px;
        height: 30px;
        margin: auto;
}
#content {
        width: 500px;
        height: 500px;
        overflow: auto;        
        margin-right: 230px;        
}
#right {
        position: absolute;
        top: 300px;
        width: 250px;
        height: 500px;
        margin: auto;
        margin-left: -220px;
}
#footer_menu {
        margin: auto;
        width: 750px;
        bottom: 0px;
        height: 30px;
        color: #FFFFFF;
}
#footer {
        margin: auto;
        width: 750px;
        bottom: 0px;
        height: 150px;
        color: #FFFFFF;
}
#news_button {
    display:block;
    background-image:url(../gfx/button/button_news_w.jpg);
    width:50px;
    height:28px
}
#news_button:hover {
     background-image:url(../gfx/button/button_news_b.jpg);
}
#show_button {
    display:block;
    background-image:url(../gfx/button/button_shows_w.jpg);
    width:55px;
    height:28px
}
#show_button:hover {
     background-image:url(../gfx/button/button_shows_b.jpg);
}
#media_button {
    display:block;
    background-image:url(../gfx/button/button_media_w.jpg);
    width:48px;
    height:28px
}
#media_button:hover {
     background-image:url(../gfx/button/button_media_b.jpg);
}
#merch_button {
    display:block;
    background-image:url(../gfx/button/button_merch_w.jpg);
    width:57px;
    height:28px
}
#merch_button:hover {
    background-image:url(../gfx/button/button_merch_b.jpg);
}
#links_button {
    display:block;
    background-image:url(../gfx/button/button_links_w.jpg);
    width:55px;
    height:28px
}
#links_button:hover {
    background-image:url(../gfx/button/button_links_b.jpg);
}
#blog_button {
    display:block;
    background-image:url(../gfx/button/button_blog_w.jpg);
    width:40px;
    height:28px
}
#blog_button:hover {
    background-image:url(../gfx/button/button_blog_b.jpg);
}
#contact_button {
    display:block;
    background-image:url(../gfx/button/button_contact_w.jpg);
    width:70px;
    height:28px
}
#contact_button:hover {
    background-image:url(../gfx/button/button_contact_b.jpg);
}
#band_button {
    display:block;
    background-image:url(../gfx/button/button_band_w.jpg);
    width:50px;
    height:28px
}
#band_button:hover {
    background-image:url(../gfx/button/button_band_b.jpg);
}