body {
    font-family: helvetica;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

h1 {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 170%;
    font-weight: bold;
}

h2 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 150%;
    font-weight: normal;
}

a:link { 
    color: rgb(246,157,12);
    text-decoration: none;
}
a:visited { 
    color: rgb(246,157,12);
    text-decoration: none;
}
a:link:hover, a:visited:hover { 
    color: #ffe20a;
    text-decoration: none;
}
a:link:active, a:visited:active { 
    color: rgb(246,157,12);
    text-decoration: none;
}

#ghost {
    position: absolute;
    top: 100%;
    margin-top: -184px;
    z-index: 1;
}

#sombreror {
    position: absolute;
    top: 100%;
    margin-top: -220px;
    margin-left: 20px;
    z-index: 2;
    display: none;
}

#smile {
    position: absolute;
    top: 100%;
    margin-top: -151px;
    margin-left: 62px;
    z-index: 2;
    display: none;
}

#sun {
    position: absolute;
    top: 18px;
    left: 670px;
    display: none;
}

#webSpiders {
    display: none;
}

img {
    behavior: url(ie/iepngfix.htc); /* fix IE png transparency */
    z-index: 1;
}

