#container {
	margin: auto;
	width: 800px;
	min-height: 600px;
	height: auto;
	background-repeat: no-repeat;
	background-position:0% 100%;
	position: relative;
}
/* start min-height FOR IE */
* html #container {
	height: 600px;
}
/* end min-height for IE */
* {
	margin: 0;
	padding:0;
}
.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 125px;
	visibility: visible;
	margin-bottom: 0px;
	padding: 0;
	margin-left: 0px;
}
#footer2 {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 155px;
	visibility: visible;
	margin-bottom: 0px;
	padding: 0;
	margin-left: 10px;
}
#footer3 {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 80px;
	visibility: visible;
	margin-bottom: 0px;
	padding: 0;
	margin-left: 10px;
}
#footer4 {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 175px;
	visibility: visible;
	margin-bottom: 0px;
	padding: 0;
	margin-left: -40px;
}
#footer5 {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 185px;
	visibility: visible;
	margin-bottom: 0px;
	padding: 0;
}
