/*
Thanks to http://ryanfait.com/sticky-footer/ for the very good sticky Footer !!!
*/
html, body {
	height: 100%;
}
div#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px; /* the bottom margin is the negative value of the footer's height */
}
div#header{
	width: 100%;
	height: 175px;	
}
div#content {
	clear: both;
	min-height: 200px;

}
div#footer, div#footerpush {
	clear: both;
	width: 1024px;
	height: 10px;
}