html{
	width: 100%;
}
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: black;	
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#thumbs{ 
	margin-top: 100px;
	position: relative; 
	width: 880px; 
	margin-left: auto;
	margin-right: auto; 
}
div.thumb{ 
	float: left; 
	padding: 10px; 
	width: 200px; 
	height: 200px; 
}
div.thumb img{ 
	border: 5px solid #bbb; 
	cursor: pointer; 
	z-index: 0;
}
div.thumb span{
	z-index: 1000;
}

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: green; }