@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

body {
	background-color: rgb(229, 252, 194);
	font: 62.5%;
	font-family: Georgia, Times, serif;
}

#wrapper {
	
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 80px;
	text-indent: -9000px;
	width: auto;
}

