html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	padding:10px;
}
#content {
	text-align:center;
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
	text-align:center;
	background: url(footer.png);
	width:100%;
	height:175px;
	position:absolute;
	bottom:0;
}
p {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
a.facebook:link {color:blue; text-decoration:none;}
a.facebook:visited{color:#1a1aff; text-decoration:none;}
a.facebook:hover{color:blue; text-decoration:underline}

