body
{
background-color:#000000; 
font-family:Georgia,Trebuchet,Times, Times New Roman;
}

.lavaLampWithImage {
position: relative;
top:320px;
left:100px;
height: 30px;
width: 650px;
background:tranparent;
padding: 0px 10px;
margin:0;
padding:0;
overflow: hidden;
}
.lavaLampWithImage li {
float: left;
list-style: none;
}
.lavaLampWithImage li.back {
background: url("lavashadow.png") no-repeat right -25px;
width: 7px; height: 29px;
z-index: 8;
position: absolute;
}
.lavaLampWithImage li.back .left {
background: url("lavashadow.png") no-repeat top left;
height: 29px;
margin-right: 7px; /* aprox 2px less than width of the rounded shape */
}
.lavaLampWithImage li a {
font: bold 14px Georgia,Trebuchet,Times, Times New Roman;
text-decoration: none;
color: #000000;
outline: none;
text-align: center;
top: 5px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
border: none;
}

h1
{
text-align:center;
color:white;
}

.splash
{
height:400px;
width:800px;
margin:10px auto;
background:url("grey_splash.jpg") no-repeat;
}

.footer
{
position:relative;
width:100%;
height: auto;
text-align:center;
margin:50px auto;
padding:0;
}


#windowcontent
{
width:800px;
text-align:center;
}

                  