form {margin:0;padding:0}
/* the above resets padding and margins*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	margin:25px 0px 50px 0px; padding:0px;
	/*background-color:#22331E;*/
	background:url(img/bk.jpg) repeat-x #572800;
	color:#333;
}
#wrapper {
	width:950px; 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	font-size:0px;
	}


