html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
    color: #05960D;
	background: #FFF;
	background-image:url(image/bg.jpg);
	background-size:100% 100%;
	background-attachment: fixed;
	
}
#content {
	width: 50%;
	margin: 10px auto 100px ;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	border-radius:0px 0px 5px 5px;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
