html { 
padding:0px;
margin:0px;
height:100.1%;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 100.1%;
}
#container {
	clear: both;
	width: 900px;
	text-align: center;
	background-color: #FFFFFF;
	border: 5px solid white;
	margin: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 424px;
	width: 900px;
	display: block;
}
#navigation {
	text-align: center;
	margin: 0px auto;
	padding: 10px;
	width: 880px;
}
#middle {
	background-color: #b43f99;
	margin: 0px;
	padding: 20px;
	width: 860px;
	text-align: left;
	float: left;
	background-image: url(../images/bg_middle.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer {
	clear: both;
	text-align: center;
	background-color: silver;
	height: 88px;
	margin: 0px;
	padding: 0px;
	float: none;
	display: block;
	background: url(../images/footer.jpg) no-repeat bottom;
}
#content {
	margin: 0px;
	padding: 0px;
}





