html {
    background: url("../img/dirt.jpg") top left repeat;
}

body {
    background: url("../img/page_bg.png") top left repeat-x;
    min-height: 563px;
    padding-top: 140px;
}


#map .nav-tabs > li > a {
    background: rgba(255, 255, 255, 0.8);
}
#map .nav-tabs > li.active > a {
    background: #fff;
}

#map .tab-content.well {
    border-top-left-radius: 0;
}

#map iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
}


#server-specs {
    list-style: none;
    padding-left: 20px;
}