* {margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,p {
 font-family:Verdana, Arial;
}

body {
 background:#000;
 color:#fff;
}


h1 {
 font-size:48px;
 font-weight:bold;
 line-height:52px;
}
h2 {
 font-size:20px;
 line-height:24px;
}
h3 {
 font-size:16px;
 font-weight:bold;
 line-height:20px;
}
h4 {
 font-size:11px;
 line-height:15px;
}
h5 {
 font-size:10px;
 font-weight:bold;
 line-height:15px;
}
h6,p {
 font-size:12px;
 line-height:15px;
}

#Navigation a {
 color:#fff;
 font-size:24px;line-height:32px;
 padding:5px;
 margin-left:2px;
}

#Navigation a h3 {
 font-size:24px;line-height:40px;
 font-weight:normal;
 display:inline;
 letter-spacing:0.1em;
 text-transform:uppercase;
}

#Navigation a:hover {
 background:#222;
 border-radius:10px;
}

#Left {
 position:fixed;left:0;top:0;z-index:10;
 min-width:160px;
 overflow:hidden;
}
#Right {
 position:fixed;right:0;top:0;z-index:10;
 min-width:160px;
 overflow:hidden;
}
#Viewport {
 position:fixed;left:15%;top:0;z-index:1;
 margin:0 auto;
 overflow:hidden;
}

.layer {
 position:absolute;left:0;top:0;z-index:1;
 width:100%;height:100%;
 overflow:hidden;
}


