html,body {
	height: 100%;
	overflow: auto;
	margin: 0px auto;
}

img {
	display: block;
}

#container {
	min-height: 100%;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	position: relative;
}

#header,
#footer {
	width: 100%;
	height: 15px;
}

#header {
	background: url(wall7023.gif) no-repeat left bottom;
	background-repeat:repeat-x;
}

#footer {
	position: absolute;
	bottom: 0px;
	background: url(wall7023.gif) no-repeat left top;
	background-repeat:repeat-x;
}


