html {
	/* Legacy browsers */
	/*-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	/*background: #262626;
	background: #262626\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF43403b, endColorstr=#FF262626);
	/* Recent browsers */
	/*background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#43403b),
		to(#262626)
	);
	background-image: -webkit-linear-gradient(
		top,
		#43403b,
		#262626
	);
	background-image: -moz-linear-gradient(
		top,
		#43403b,
		#262626
	);
	background-image: -o-linear-gradient(
		top,
		#43403b,
		#262626
	);
	background-image: linear-gradient(
		top,
		#43403b,
		#262626
	);
	*/

	background-color:#262626;
}
body{
	background-image:-moz-linear-gradient(
			top
		,	rgba(67, 64, 59,1) 0%
		,	rgba(67, 64, 59,.5) 50%
		,	rgba(67, 64, 59,.0) 100%
	);
	z-index:-20;
}

