body {
	height: 100%;
	margin: 0px auto;
	background-color: #000;
	font-family: Verdana;
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

.wrapper {
	width: 952px;
	margin:0 auto -210px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.content
{
	position:relative;	
background-color: #fff;
}

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

.footer {
	background-color: #fff;
	width: 952px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	font-family: Arial;
	font-size: 12px;
}

.push{
	clear: both;
	width: 100%;
}