body {
		background: url(img/background.jpg)
}
#header {
		height: 218px;
		width: 1024px;
		background-image: url(img/header.jpg);
		margin:auto;
}
#container {
		background: url(img/content.jpg) repeat-y;
		height:auto;
		width: 1024px;
		margin:auto;
}
#navigation {
		width: 210px;
		float: left;
		margin-top: 20px;
}
#content {
		width: 700px;
		float: right;
		margin-top: -40px;
		margin-right: 100px;
}
#footer {
		background-image: url(img/footer.jpg);
		height: 207px;
		width: 1024px;
		margin: 0 auto;
		clear: both;	
}
