body {
	margin: 0 0;
	padding: 0 0; 

	font-size: 90%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Verdana, Arial, Sans-Serif;

	background-color: #f5dfdf;
	color: #666633;
	text-align: center;
	}


/* start: header styles */
#header {
	margin: 0 10px;
	padding: 30px 200px 0 50px;
	width: 800px;
	height: 184px;
	background: url(images/header-bgNeverMind.jpg) no-repeat right top;	
	}


/* end: header styles */



/* start: footer styles */
#footer {
	margin: 0 10px;
	padding: 10px 0;
	width: 800px;
	height: 260px;
	background: url(images/footer-end.jpg) no-repeat left top;
	clear: both;
	}

/* end: footer styles */