@charset "utf-8";
/* CSS Document */
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}


#content {
    margin: 0 auto;
	padding: 0;
	width: 800px; /* I took this from your table width. A width is necessary whether px, % or em */
	text-align: left; /* IE Hack */
	height: 800px; 
	background-color: #492706;
}


