* {
	margin: 0;
}

html, body {
    height: 100%;
	font-family: arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	background-image: url(images/background_top.gif);	
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
}

.wrapper {
	width: 875px;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	min-height: 100%;
 	height: auto !important;
  	height: 100%;
  	margin: 0 auto -176px;
}

.header {
	width: 875px;
	margin-top:0px;
	margin-bottom: 0px;
}

.footer, .push {
	height: 170px;	
}

