body { 
    background-color: #a90000; 
    color: #000000;
}

a img {
    border-width: 0px;
}

.linkAnt {
    width: 137px;
    height: 64px;
}

#pic {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#pic {
    height: 199px;
    width: 300px;
    display: block;
    margin: -50px 0 0 350px;
}

#logo {
    height: 130px;
    width: 430px;
    margin: 10px 0 0 430px;
}

#fadeLogo {
    height: 130px;
    width: 430px;
    display: block;
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 500px;
    opacity: 0.1;
    filter: alpha(opacity=10);
    /* -moz-user-select: none; */
}

#content {
    padding: 20px 50px;
    width: 740px;
    margin: 30px 0 0 80px;
}

#content h1 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: courier;
}

#navigation {
    margin: 20px 0 0 30px;
}

#navigation>img {
    position: relative;
    top: 15px;
}

a:link {
    text-decoration: none;
    color: #eeee00;
    font-weight: bold;
}
a:visited { 
    text-decoration: none;
    color: #eeee00; 
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
    color: #eeee00;
    font-weight: bold;
}
