body
{
	background: url(../images/wormhole10.jpg) no-repeat fixed;
}
#holeSection
{
	position : relative;
	width : 500px;
	height : 418px;
	overflow : scroll;
	border : 41px solid Black;
	scrollbar-face-color : Red;
	scrollbar-base-color : Black;
}

#dataSection
{
	top : 0px;
	z-index : 15;
	left : 0px;
	display : inline;
	position : relative;
	margin:31px;
	padding:25px;
}

#bgSection
{
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 1;
	height : 100%;
	width : 100%;
}

.hole
{

}

.holeName
{
letter-spacing:3px;
font-size:36px;
color:green;
font-family:comic sans ms,tahoma,verdana;
text-align:center;
font-weight:bold;


}

.singleZapTable

{
	border-bottom-color : #A9A9A9;
	border-bottom-style : inset;
	border-bottom-width : 3px;
	margin-bottom : 9px;
	background-color : White;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

.zapText
{
font-family:verdana;
font-size:16px;
color:black;
font-weight:bold;

}

.zapInfo
{
font-family:arial;
font-size:12px;
color:maroon;
}



