    /* Default Body Styles */
    body {
    background: #212223;
    font-size: 62.5%;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px 0px 0px 0px;
    color:#fff;
    }

    h1 {
    text-align: left;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 0.8em;
    color: #fff;
    }

    h2 {
    text-align: left;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 0.8em;
    color: #b5b4b4;
    }

    a:link {
    text-decoration: none;
    color: #fff;
    }

    a:hover {
    color: #d6e24e;
    text-decoration: underline;
    }

    a:visited {
    color: #d6e24e;
    text-decoration: underline;
    }


    /*Container - contains the whole website*/
    #container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 1.0em;
    }

    /*Header - Appears at the top of the page*/
    #header {
    width: 100%;
    background: #0E0E10;
    border-bottom: 1px solid #FFFFFF;
    padding: 30px 0px 0px 0px;
    text-align: center;
    height: 60px;
    }

    /*middlebox - this box appears in the middle of the page*/
    #middlebox {
    clear: both;
    background-image: url(background-gradient.gif);
    width: 84%;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    padding: 10px 8% 10px 8%;	
    }

    /*Footer - Appears at the bottom of the page*/
    #footer {
    clear: both;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 5px;	
    }