/* General  
----------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
}

body {
    background: #000 url(../Images/WildFusionLogo.png) no-repeat top center;
    color: #000;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: .75em;
    margin: 0;
    padding: 0;
}
a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
}