body {
   font-family: tahoma;
   font-size: 10px;
   color: #666666;
   text-align: center;
   align: center;
}
#wrapper {
   margin-left: auto; 
   margin-right: auto;
   margin-top: 10%;
   margin-bottom: 10%;
   width: 902px;
}
#top {
   position:relative;
   width: 902px;
   height: 502px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #FFFFFF;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

A  {
	color : #999999;
	font-size : 12;
	font-family : tahoma;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}

A:Visited  {
	font-weight : normal;
	font-style : normal;
	font-size : 12;
	font-family : tahoma;
	color : #999999;
	text-decoration : none;

}

A:Active  {
	font-size : 12;
	font-family : tahoma;
	font-weight : normal;
	font-style : normal;
	color : #999999;
	text-decoration : none;
}

A:Hover  {
	font-size : 12;
	font-family : tahoma;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	text-decoration : none;

}
.formbreak {
   clear: left;
}