body {
	background: #CCCCCC;
	color: #666666;
	font-family: Verdana, serif;
}

img {
	border:none;
}

a {
	color:#ffffff;
	font:bold 10px verdana, sans-serif;
	line-height: 15px;
	text-decoration:none;
	border: 0px none;
}
a:hover {color: black;}

#table {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 600px;
	padding: 0px;
	border: 0px none;
	text-align: left;
}

#frame1 {
	position: absolute;
	z-index: 1;
	height: 295px;
	width: 490px;
	top: 0px;
	background-image:url(img/bg.gif);
	border: 5px solid #FFFFFF;
	border-bottom: 0px none;
}

#frame2 {
	position: absolute;
	z-index: 1;
	width: 490px;
	height: 295px;
	top: 300px;
	background-image:url(img/strand.jpg);
	border: 5px solid #FFFFFF;
	border-top: 0px none;
}

#main {
	position: absolute;
	z-index: 2;
	height: 600px;
	width: 500px;
	color: #FFFFFF;
	text-align: left;
	font: 10px verdana, sans-serif;
	line-height: 20px;
	padding: 15px;
}


.link a {
	color:#ffffff;
	font:bold 10px verdana, sans-serif;
	line-height: 15px;
	text-decoration:none;
	border: 0px none;
}

.link a:hover {
	color: black;
	background: none;
}

.link a span {
	display:none;
}

.link a:hover span {
	position: absolute;
	z-index:3;
	top: 50px;
	left: 360px;
	display:block;
	width: 100px;
	height: 100px;
	color:black;
	background:#ffffff;
	border: 1px solid black;
	padding:0px;
}




#imp {
	position: absolute;
	z-index: 5;
	top: 560px;
	left: 0px;
	display:block;
	width: 300px;
	height: 300px;
	color: #FFFFFF;
	background: none;
	border: 0px none;
	padding: 15px;
}


#imp a {
	color:#666666;
	font:bold 10px verdana, sans-serif;
	line-height: 15px;
	text-decoration:none;
	border: 0px none;
}

#imp a:hover {
	color: #FFFFFF;
	background: none;
}

#imp a span {
	display:none;
}

#imp a:hover span {
	position: relative;
	z-index:5;
	top: -80px;
	display:block;
	width: 300px;
	height: 300px;
	color: #FFFFFF;
	background: none;
	border: 0px none;
	padding:0px;
}


