@charset "utf-8";
body {
    background-color: rgba(44,44,44,1);
    margin-left: 5%;
    margin-top: 10px;
	
}
#content{
    width: 90%;
    height: 85%;
    overflow: auto;
    position: absolute;
}

#footer a {
    color: rgba(255,255,255,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}
#footer a:hover {
    color: rgba(251,149,3,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}
#footer  {
    color: rgba(255,153,6,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    width: 90%;
    height: 10%;
    position: absolute;
    overflow-x: auto;
    overflow-y: auto;
    visibility: visible;
    top: 90%;
	padding-top: 5px;
}
