body {
    background: #ffffff;
    font-family: Verdana, sans-serif;
    color: #999999;
    cursor: pointer;
}

a {
    color: #999999;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#ape {
    position: absolute;
    width: 300px;
    height: 255px;
    margin-left: -142px;
    margin-top: -128px;
    left: 50%;
    top: 50%;
    color: #444444;
    z-index: 1000000;
}

#fullscreen {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
}

a img {
    text-decoration: none;
    border: 0 none;
}

.inactive img {
    opacity:0.5;
    filter:alpha(opacity=50);
}

