.lavaLampWithImage {
    position: relative;
    height: 29px;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
}
	.lavaLampWithImage li {
	    float: left;
	    list-style: none;
	}
	    .lavaLampWithImage li.back {
		background: url("../imgs/lava.gif") no-repeat right -30px;
		width: 9px; height: 500px;
		z-index: 8;
		position: absolute;
	    }
		.lavaLampWithImage li.back .left {
		    background: url("../imgs/lava.gif") no-repeat top left;
		    height: 500px;
		    margin-right: 9px; /* 7px is the width of the rounded shape */
		}
	    .lavaLampWithImage li a {
		font: bold 14px arial;
		text-decoration: none;
		color: #fff;
		outline: none;
		text-align: center;
		top: 7px;
		text-transform: uppercase;
		letter-spacing: 0;
		z-index: 10;
		display: block;
		float: left;
		height: 500px;
		position: relative;
		overflow: hidden;
		margin: auto 10px;    
	    }
		.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
		    border: none;
		}
		
#menuWrapper{
	left:250px;
	position:relative;
	top:-150px;
}

p, td, th, h1, dt, li{
	color:white;
}

th{
	text-align:center;
}

#picker{
	width:100%;
	text-align:justify;
}

body{
	background-color:black;
}

h1 span{
	display:none;
}

h2{
	color:#ffae00;
	margin:0px;
}

.sIFR-alternate{display:none}

#mh{
	width:772px;
	height:254px;
	background-image:url("../imgs/header.png");
	background-repeat:no-repeat;
}

#myPumpkins{
	width:200px;
	height:51px;
	background-image:url("../imgs/mypumpkins.png");
	background-repeat:no-repeat;
}

#myWars{
	width:150px;
	height:44px;
	background-image:url("../imgs/mywars.png");
	background-repeat:no-repeat;
}

#logIn{
	width:150px;
	height:44px;
	background-image:url("../imgs/login.png");
	background-repeat:no-repeat;
}

#mwinning{
	width:413px;
	height:65px;
	background-image:url("../imgs/mostwinningpumpkins.png");
	background-repeat:no-repeat;
}


#aboutUs{
	width:150px;
	height:44px;
	background-image:url("../imgs/aboutus.png");
	background-repeat:no-repeat;
}

.error, .errors{
	color:red;
}

a:link {color: #E8FA98;  text-decoration: none}   
a:visited {color: #E8FA98;  text-decoration: none} 
a:hover {color: #E8FA98; text-decoration: underline}   
a:active {color: #E8FA98;  text-decoration: none} 