html {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center top;
	color:#939292;
	font-size:0.70em;
	line-height:150%;
    overflow-x: auto;
	overflow-y: scroll;

}

.box {
	background-color:#121212;
	border:solid 1px #484747;
	padding:10px;
	overflow:auto;
}

#container {
	width:1000px;
	margin:0 auto;
	background-color:#000;
	padding:10px;
}

#top {
	background-color:#1a1a1b;	
	width:100%;
	background-repeat:no-repeat;
	height:98px;
}

#content {
	 background-color:#302f30;
	 background-repeat:repeat-x;
	 padding:30px 0 30px 10px;
	 overflow:auto;
	 font-size:1.1em;
}

#nav {
	background-color:#000000;
	margin-top:10px;
	overflow:auto;
	font-size:1.1em;
}

	#nav ul li.active {
		background-color:#202020;
		color:#fff;
	}
	
	
	
#register .gender {
	float:left;
	background-color:#121212;
	border:solid 1px #242424;
	padding:10px;
	text-align:center;
	width:40px;
	margin-right:5px;
}

	#register #genders {
		clear:both;
		border-right:dotted 1px #505050;
		overflow:auto;
		width:140px;
		float:left;
	}
	
	#register .gender:hover {
		background-color:#151515;
		border:solid 1px #3a3939;
		cursor:pointer;
	}
	
	#register .gender.active {
		background-color:#151515;
		border:solid 1px #3a3939;
		cursor:pointer;
	}
	
	
	
	
.lavaLampWithImage li.back {
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
