/** { 
	margin:0; padding:0; 
}
			
body { 
	font-size: 100%; 
	font-family: Arial, Helvetica;
	background: url('../Implement SpaceGallery & MouseWheel_files/images/background.jpg') center center no-repeat;
	text-align: center;
	color: #fff;
}*/

#container {
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	height:550px;
}
	
	
	.info {
		margin-bottom: .5em;
		text-shadow: 0px 1px 0px #000;
	}
	
	a, a:visited {
		color: #fff;
		text-decoration: none;
		text-shadow: 0px 1px 0px #000;
	}
	
	a:hover {
		border-bottom: 1px dotted #fff;
	}
