/* css your poison splash element style */
/* by Kelvin Owers - spittingcat.com */

#splash, #intro {
    color: white;
    background-color: #070908;
    position: absolute;
    width: 100%;
    height: 80%;
    display: block;
}
#splash_logo, #intro_image {
    color: white;
    background-color: #070908;
    position: absolute;
    width: 100%;
    top: 20%;
    display: block;
}
#splash_fill, #intro_fill {
    color: white;
    background-color: #070908;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

#wrapper, #intro {
    display: none;
}

#splash a, #intro a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}
#splash a:hover, #intro a:hover {
    text-decoration: none;
    background: transparent url(/interface/orangepixel.gif) repeat-x 0 1em;
    color: white;
}