    html
    {
        background: silver;
        background-image: url("/images/background.png");
        background-repeat: repeat;
    }
    body
    {
        margin: 0px;
        font-family: Tahoma, "Helvetica Narrow", "Arial Narrow", Tahoma, Helvetica, sans-serif;
        color: black;
    }
    form
    {
        margin: 0px;
    }
    p
    {
	margin: 0px;
    }
    .button {
       background: #8b7db5;
       background: -webkit-gradient(linear, left top, left bottom, from(#6f3e9c), to(#8b7db5));
       background: -webkit-linear-gradient(top, #6f3e9c, #8b7db5);
       background: -moz-linear-gradient(top, #6f3e9c, #8b7db5);
       background: -ms-linear-gradient(top, #6f3e9c, #8b7db5);
       background: -o-linear-gradient(top, #6f3e9c, #8b7db5);
       padding: 2px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
       border-radius: 8px;
       -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
       -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
       box-shadow: rgba(0,0,0,1) 0 1px 0;
       text-shadow: rgba(0,0,0,.4) 0 1px 0;
       color: white;
       font-size: 1.2em;
       text-decoration: none;
       vertical-align: middle;
       margin: 2px;
       text-align: center;
    }
    .button:hover {
       background: #442878;
       color: #ccc;
       cursor: pointer;
    }
    .button:active {
       border-top-color: #2f1b5c;
       background: #2f1b5c;
    }
    .menu {
        width: 170px;
    }
    .galleryTitle
    {
        font-size: 1.4em;
        margin: 0 auto;
        text-align: center;
        text-decoration: underline;
    }
    .msgBox
    {
        margin: 20px;
        text-align: center;
        padding: 20px;
        display: inline-block;
        background: #8b7db5;
        border: 1px solid black;
        max-width: 500px;
    }
    .logoDiv {
        position: fixed;
        background: #4c4c4c;
        width: 100%;
        z-index: 10;
        max-height: 18%;
        overflow: hidden;
    }
    .logo {
        float: right;
        margin: 10px;
        color: white;
        font-size: 1.5em;
    }
    .menuButton {
        display: block;
        color: black;
        background-color: gray;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 200px;
    }
    .centered {
        margin: 0 auto;
        text-align: center;
    }
    .hoursBanner {
        font-size: 2em;
        color: royalblue;
        background-color: lightgray;
        background-blend-mode: darken;
    }
    .footer {
        height: 50px;
    }
    #itw a { color: white; text-decoration: none;}
    #itw a:link { color: white; text-decoration: none;}
    #itw a:visited { color: white; text-decoration: none; }
    #itw a:hover { color: white; text-decoration: none;}
    #itw a:active { color: white; text-decoration: none;}

