body {

    background-color: black;
    background-image: url("../img/dac.gif");
    background-repeat: no-repeat;
    background-position: top left;

    color: white;
    font-family: Verdana, Arial, serif;
    font-size: 11px;

    padding: 0px;
    margin: 10 0;
}
a {
    color: blue;
    text-decoration: none;
    border: 0;
}
a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    font-size: 0px;
}
