*{
	font-family: "Arial Black";
}
#index{
	margin-top: 5%;
	/* position: relative; 
	overflow: hidden;
	*/
}
#container{
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
	
	vertical-align: middle;
	
	width: 300px; height: 300px;
	
	border: double thick black;
	
}
.square{
	width: 150px;
	height: 150px;
	opacity: .3;
	
	position: absolute;
	
	cursor: pointer;
}
/* Fixes IE Link issue */
a.square{ width: inherit; height: inherit; display: block; }

#topLeft{
	opacity: 1;
	background-image: url('../images/j.png');
	top:0; left:0;
}
#topRight{
	background-image: url('../images/barbedWire.png');	
	
	top: 0; right: 0;
}
#btmLeft{
	background-image: url('../images/swan.png');	
	
	bottom: 0; left: 0;
}
#btmRight{
	background-image: url('../images/daisies.png');	
	
	bottom: 0; right: 0;
}
#caption{
	display: block;
}
#footer{
	text-align: center;
	width: 98%;
	bottom: 0;
	position: absolute;
	
	font-size: .8em;
	font-family: "Tahoma" "Geneva";
}
.labels{
	display: none; /* changed to block when square is moused over */
	font-variant: small-caps;
	font-size: 2em;
	text-align: center;
}
a{ color: black; font-family: "Tahoma" "Geneva"; }

