html, body, #wrap { height: 100%; }

body > #wrap { height: auto; min-height: 100%; text-align: center; }

html, main {
	background-color: #e44e43;
	/* WebKit CSS hack to produce anti-aliased text */
	-webkit-text-stroke: 1px transparent;
}

#main {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
	position: relative;
}

#heading {
	border-left: 1px dotted #444d52;
	border-right: 1px dotted #444d52;
	padding: 40px 0px;
	height: 115px;
}

#big {
	font-family: 'Dela Gothic One', helvetica, sans-serif;
	font-size: 55px;
	letter-spacing: 3px;
	margin-top: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow:
		1px 1px 0 #222628,
		2px 2px 0 #222628,
		3px 3px 0 #444d52,
		4px 4px 0 #444d52,
		5px 5px 0 #444d52;
}

#talk {
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 12px;
	color: #222628;
	letter-spacing: 1px;
	margin-top: 10px;
	text-transform: uppercase;
	text-shadow:
		0px 1px 1px #999797;
}

#footer {
	position: relative;
	text-align: center;
	margin-top: -60px;
	height: 60px;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 8px;
	color: #111111;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow:
		0px 1px 1px #999797;
	clear: both;
}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
