/* @import clearfix */
@import url('clearfix.css');
/* @end */

html, body {
    margin: 0;
    padding: 0;
    border: none;
	height: 100%;
}
body {
	background-color: #EFEDD8;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
}
div#myAlternativeContent {
	width: 100%;
	height: 720px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 0.8em;
	margin: auto;
	text-align: left;
}
div#footer {
	width: 1024px;
	position: relative;
	margin: auto;
	text-align: left;
}
div#footer span {
	margin-left: 0.8em;
}
div#footer div.contactInfo {
	position: absolute;
	left: 22em;
	top: 3.2em;
	text-align: left;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 0.6em;
	color: #888888;
	line-height: 1.4em;
}
div#footer div.rightLogo {
	position: absolute;
	top: 0;
	right: 0;
}
div#altContent {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 500px;
	height: 160px;
	margin-top: -80px;
	margin-left: -250px;
	color: #888888;
}
img {
	border: none;
}

div#footer .knack {
	padding: 0 0 9px 5px;
}