
body {
    background: #000000;
}

#primary_content {
    background: #000000 url(../media/images/backgrounds/splash_background.png) center center no-repeat;
    height: 32.69em;
    padding: 3em 0;
    width: 100%;
}

#links_div {
    margin: 446px 0 0;
    width: 100%;
    text-align: center;
}

#links_div a {
    text-decoration: none;
    font: 15px/16px Arial;
    color: #FFFFFF;
    margin-right: 19px;
    padding: 3px 10px 3px 9px;
}

/*#links_div a:hover {
    background: transparent url(../media/images/backgrounds/splash_link_indicator.png) no-repeat scroll 50% 0;
}*/

#links_div .last_child {
    margin-right: 0!important;
}

#news_link_a:hover {
    background: transparent url(../media/images/backgrounds/news_splash_link.png) no-repeat scroll 0 0;
}

#photos_link_a:hover {
    background: transparent url(../media/images/backgrounds/photos_splash_link.png) no-repeat scroll 0 0;
}

#downloads_link_a:hover {
    background: transparent url(../media/images/backgrounds/downloads_splash_link.png) no-repeat scroll 0 0;
}

#tour_link_a:hover {
    background: transparent url(../media/images/backgrounds/tour_splash_link.png) no-repeat scroll 0 0;
}

#store_link_a:hover {
    background: transparent url(../media/images/backgrounds/store_splash_link.png) no-repeat scroll 0 0;
}

#contact_link_a:hover {
    background: transparent url(../media/images/backgrounds/contact_splash_link.png) no-repeat scroll 0 0;
}


