/* Makeshift CSS Reset */  


@font-face {
    font-family: 'seansansnarrowextrabold';
    src: url('seansans-narrowextrabold-webfont.eot');
    src: url('seansans-narrowextrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('seansans-narrowextrabold-webfont.woff2') format('woff2'),
         url('seansans-narrowextrabold-webfont.woff') format('woff'),
         url('seansans-narrowextrabold-webfont.ttf') format('truetype'),
         url('seansans-narrowextrabold-webfont.svg#seansansnarrowextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

{  
    margin: 0;  
    padding: 0;  
}  
  
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
    display: block;  
}  
  
body {  
    background:  #FAF6EC;  
    font-family: 'seansansnarrowextrabold', sans-serif;
}  
  
h2 {  
    font-size: 28px;  
    line-height: 44px;  
    padding: 22px 0;  
}  
  
h3 {  
    font-size: 18px;  
    line-height: 22px;  
    padding: 11px 0;  
}  
  
p {  
    padding-bottom: 22px;  
}  


#logob  {
        position:fixed;
        top:18px;
        left:50%; 
        z-index: 2;
        height: 60px;
        }   

div.testc {
            width:500; height:300; 
            display: none;
          }
div.frame {
        background-color: none;
        position:fixed;
        z-index: 1;
        }

div.logoback {
        background-color: #FAF6EC;
        margin-left:-510px;
        width: 1018px;
        }   

div.logo {
        position:fixed;
        z-index: 3;
        top:28px;
        left:50%; 
        margin-left:-485px;
        width: 1200px;
        text-transform: uppercase;
        font-size:56px;
        letter-spacing: 6px;
        cursor:pointer;
                
        }   


strong.P000 {
    color: cyan;
}
strong.P001 {
    color: green;
}
strong.P002 {
    color: blue;
}

strong.P012 {
    color: #FA2C38;
}
strong.P013 {
    color: #7AFBF4;
}


div.about {
        position:fixed;
        z-index: 4;
        top:50%;
        left:-95px; 
        margin-left:3px;
        height: 0px;
        text-transform: none;
        font-size:56px;
        letter-spacing: 2px;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        cursor:pointer;
        }     
div.abouttxt {
        position:fixed;
        background-color: #FAF6EC;
        top:100px;
        z-index: 5;
        overflow:auto;
        bottom:100px;
    #    margin-right:100px;
        right:100px;
        left:100px;
       display:none;   }
h1.abouttitle {
              cursor:pointer;
              }
div.aboutback {
        position:fixed;
        left:6px;
        top:50%; 
        z-index: 3;
        height: 280px;
        background-color: #FAF6EC;
        margin-left:13px;
        margin-top:-140px;
        width: 60px;
        }  

div.title {
        background-color: none;
        text-align: center;
        margin: 0%;
        font-family: 'seansansnarrowextrabold', sans-serif;
        font-size:56px;
        line-height:62px;
        margin-top:0%; 
        margin-bottom:23px;
        letter-spacing: 1px;
        cursor:pointer;
        right:0px;
        left:0px;
        clear: both;
        }


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
