
body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#808080;
	color: #555;
	background-repeat: repeat;	
	text-align: center;
}
#background {
	
	background-repeat: repeat-x;	
	background-position: top left;
	padding: 0 0 0 22px;
}

#content {
	position: relative;
	z-index:2;
	
	width: 665px;
	margin: auto;
	
	
}

#content.large {
	width: 746px; 
}





