
.gradient {
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.28, rgb(255,201,116)),  color-stop(0.64, rgb(228,143,10)) );
	background-image: -moz-linear-gradient(  center bottom,  rgb(255,201,116) 28%,  rgb(228,143,10) 64% );
	
	
	width:300px;
	height:150px;
	padding:5px;
}


div.background {
	position:relative;
	width:1400px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
	
	
	z-index:-1;
}
div.background img {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:1400px;
	height:auto;
	
	
}
div.background ul li.show {
	z-index:500
	
	
}
