

/* Generic Selectors */

body {

background-color: #000000;

}


/**************** Pseudo classes ****************/


/************************* ID's *************************/

/*#testspottop {


position: fixed;
background-image: url('images/top2.png');
background-repeat: repeat-x;
top:0;
width: 100%;
height: 88px;
right: 0;
left:0;
}

#testspotbottom {

position: fixed;

background-image: url('images/bottom2.png');
background-repeat: bottom center repeat-x;
height: 88px;
width:100%;
margin: 0 auto;
bottom: 0px;
right: 0;
left:0;
}

#testspotleft {

position: fixed;

background-image: url('images/left2.png');
background-repeat: left center repeat-y;
height:100%;
width: 88px;
margin: 0 auto;
left: 0px;
top: 0;
bottom: 0;
}

#testspotright {

position: fixed;

background-image: url('images/right2.png');
background-repeat: right center repeat-y;
height:100%;
width: 88px;
margin: 0 auto;
right: 0px;
top: 0;
bottom: 0;
}


#centerDoc {
position: static;
margin: 50px auto;

}

      

        .lavaLampNoImage {
            position: fixed;
            height: 29px;
            width: 421px;
            right: 0;
            Top: 0;
            padding: 0px;
            overflow: hidden;
            bottom: 0;
margin: 0 auto;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #000;
                        background-color: #e6e8ea;
                        width: 9px;
                        height: 15px;
                        Top: 5px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                    