



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/bg.gif') repeat-x;
	margin:0px;
	padding:0px;
	color: #333;
	text-align: center;
	}

#page {
	background: url('images/header.jpg') no-repeat top center;
	}





/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin:auto;
	padding-top:104px;
	width: 750px;
	}


