* { margin: 0; padding: 0; }body {	font-family: Georgia, "Times New Roman", Times, serif;	background-color: #B2AC4F;	background-image: url(../images/background.jpg);	background-repeat: repeat-x;	text-align: center;	font-size: 1em;}#header {	width: 700px;	margin: 50px auto 0 auto;	position: relative;	text-align: left;}#container {	width: 700px;	margin: 0 auto 0 auto;	position: relative;	text-align: left;}	#navigation {		width: 130px;		float: left;		margin: 0;		padding: 0;	}		#content {		width: 550px;		float: right;	}	#footer {	width: 700px;	margin: 0 auto 0 auto;	position: relative;}