html{ background: #182b37; color: orange;}
@font-face {
    font-family: liquid;
    src: url('/common/fonts/liquid.ttf');
    font-weight: bold;
    padding-top:5px;
}
#header{ background: orange; color: #182b37; position: absolute; top: 0px; left: 0px; width: 100%; height: 44px; font-size: 26pt;}
#footer{ background: orange; color: #182b37; position: fixed; bottom: 0px; left: 0px; width: 100%; height: 20px; padding-left: 10px; padding-right: 10px; text-align: right; font-weight: bolder;}
#company_name{ padding-left: 10px; font-family: liquid; padding-top: 10px; font-size: -webkit-xxx-large; cursor: pointer;}
#company_name:hover{ color: yellow; }
#copyright{ padding-right: 20px; }
#upload_button{ float: right; margin-right: 100px; padding-left: 45px; padding-right: 45px; margin-top: 2px; border: 1px solid #182b37; border-radius: 5px; display:none;}
#navigation { float: right; margin-right: 100px; margin-top: 2px; }
.nav{padding-left: 15px; padding-right: 15px; font-family: liquid;}
.inactive:hover{ text-decoration: underline; cursor: pointer;}
.active{text-decoration: underline;}
#upload_button:hover{ background: #182b37; color: orange; cursor: pointer;}
#images{ border: solid 15px rgb(115, 115, 115); max-height: 600px; cursor: pointer;}
#splatter{ position: absolute; bottom: 20px; right: 20px; z-index: -1; height: 250px;}
a{color: white;}