* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background: #fff;
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #000;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px;
}

#footer, #push {
	height: 220px;
}
#content {
	padding: 100px;
}
#footer p {
	color: #888;
	padding: 98px 100px 100px 100px;
	border-top: 2px #eee solid;
	background: #f5f5f5;
}
a {
	color: #f33;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin: 40px 0 0px 0;
}
i {
	color: #888;
}
