/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background:url(../images/bg.gif) repeat-x;
}
.main_div {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
	width:980px;
}
.footer, .push {
	height: 33px;
	background:#024987;
	padding:5px;
}
