html, body {
    height: 100%;
}
body {
    margin:0;
    padding:0;
    background: rgb(171, 171, 171);
    min-width: 1080px;
}
a {
    text-decoration: none;
    offset: 0;
    outline: none;
}
img {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
}
#container {
    display:none;
    min-width: 900px;

    Bbackground-color: red;
}
ul {
    list-style:none;
    margin: 0;
    padding: 0;}
li {
    display:inline;
    margin: 0;
    padding: 0;
}

.pp_top {display:none;}
.pp_left, .pp_right {
    background: none !important;
}
.pp_bottom, .pp_details{
    display:none !important;
}
.pp_content {
    background: none !important;
}
.ppt {
    height:10px;
}

@font-face
{
    font-family: customFont;
    src: url('isoct2_.ttf'),
        url('isoct2_.eot');

}
a#music {
    background: url("img/boombox.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    opacity: 0.2;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 34px;
}
a#music:hover {
    opacity: 1;
}


#menu {
    height:31px;
}

#menu a {
    color: black;
    font-family: customFont, ISOCT2, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 16px;
    padding-top: 20px;
    opacity:0.5;
}
#menu a:hover {
    opacity:0.8;
}
#menu a.currentMenu {
    opacity:0.8;
}
#menuStart {
    background: url("img/menuLogo.png") no-repeat scroll left bottom transparent;
    padding-left: 26px;
}
#menuInterior {
    margin-left: 25.5%;
}

#footer {
    /*    position: absolute;
        bottom: 14px;
        left: 14px;*/
    /*float:left;
    display:block;
    clear:both;*/
}
#footerDiv {
    clear:both; float:left;
    position:absolute;
    /*margin-left:-9%;*/
    display:none;
}