	#container {
	height: auto;
	width: 900px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/background1.jpg);
}
#footer {
	height: 85px;
	width: 900px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-repeat: no-repeat;
}
