* {
	margin: 0;
}

html {
	height: 100%;
	background: #dce1e2;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
}
a {
	color: #fff;
}
#wrap {
	margin: 0 auto -55px;
	width: 980px;
	background: #fff;
	min-height: 100%; 
	height: auto !important;
	overflow: hidden !important; 
}
#header {
	background: #304f65;
	height: 25px;
}
#text {
	text-align: center;
}
#push {
	height: 54px;
	clear: both;
}
#footer {
	margin: 0 auto;
	width: 980px;
	color: #fff;
	width: 966px;
	height: 40px;
	position: relative;
	background: #a2afb2;
	padding: 7px;
	text-align: center;
	bottom: 0;
	line-height: 18px;
	letter-spacing: 2px;
}