* {
	margin: 0;
}
html, body {
	height: 100%;
}
div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	width: 750px;
}
div#footer, div#push {
	height: 25px; /* .push must be the same height as .footer */
}

div#footer {
overflow: hidden;
margin: 0 auto;
background-image: url('../grfx/footerbg.png');
background-position: top left;
background-repeat: no-repeat;
width: 730px;
line-height: 25px;
padding-left: 20px;
}



