html, body {
	height: 100%;         /* required */
    background-color:#6B414C;
	background-image:url(../img/tess8.jpg);
	background-repeat:repeat;
}
body {
	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: -205px; /* half of content height */
/*	background: red;       temporary - used to see div */
	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: center;     /* horizontal centering hack for IE */
	height: 410px;         /* required - desired height */
	width: 562px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#content a{
text-decoration: none;
color: white;
outline: none;
}

#content a:visited{
color: white;
}

#content a:hover{
color: white;
}
