@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width: 100%;
}
.demo-ad-top{
	margin:20px 0;
}
.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;
}

h1 {
	font:bold 14px/1.5em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform:uppercase;
}
div.background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}
div.background img {
	position:fixed;
	list-style: none;
	left:0px;
	top:0px;
	
}
div.background ul li.show {
	z-index:500
}
.content {
	width:900px;
	margin:20px auto;
	background:#fff;
	padding:30px;
}