html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('interarctive-design-wallpaper.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #005da1;
	background-color: #b4cdda;
	height: 100%;      
	
}
body {	
	text-align: center;
	padding: 0;        
	margin: 0;          
}
div#distance { 
	margin-bottom: -10em;
	height: 50%;     
	float: left;      

}
div#content {
	position: relative;
	text-align: center;  
	height: 20em;     
	width: 50em;       
	margin: 0 auto;     
	padding-top: 111px;
	padding-left: 21px;
	clear: left;    
}
.architects {
	font-size: 10px;
	font-style: italic;
}
a:link {
	color: #00b0f0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00b0f0;
}
a:hover {
	text-decoration: none;
	color: #005da1;
}
a:active {
	text-decoration: underline;
	color: #00b0f0;
}
