body {
		
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #232323, #000); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(1, #232323)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#232323', endColorstr='#000'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#232323', endColorstr='#000')"; /* IE8 */
	margin-top: 0;
	margin-left: 0;
}