html, body {
	height: 100%;         /* required */
}
body {
	background: #fff url('http://www.official-fusion.com/Errors/UD/repeat.jpg') repeat fixed center center;
	color:#fff;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -10em; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 20em;         /* required - desired height */
	width: 40em;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#footer {
width:978px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#footer table {
border-collapse:collapse;
text-align:center;
margin-top:0px;
margin-left:auto;
margin-right:auto;
border: 3px solid gray;
}

#footer tr, td {
border: 1px solid white;
padding: 5px 15px;
text-align: center;
vertical-align:middle;
}
