@charset "iso-8859-2";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
#gridbox {
	position: relative;
	overflow: hidden;
	height: 441px;
	width: 735px;
	border: 1px solid #999999;
}

.gridcell {
	position: absolute;
	overflow: hidden;
	background: #eee;
	z-index: 100;
}

#cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 735px;
	height: 441px;
	background: #fff;
	z-index: 200;
}

.textbox {
	position: absolute;
	display: none;
	width:  294px;
	height: 147px;
        line-height: 1.7;
	background: #000;
	color: #fff;
	z-index: 300;
}

.textbox p {
	margin: 7px;
}

.gridlink {
	display: block;
	position: absolute;
	width: 147px;
	height: 147px;
	background: url(../img/empty.gif) 0 0 no-repeat;
	outline: none;
	z-index: 400;
}

.gridcell img {
	position: absolute;
}

#c7 {background: #fff url(../img/c07.jpg) no-repeat center;}

#c0 { left: 0px;	right: 588px;	top: 0px;	bottom: 294px;}
#c1 { left: 147px;	right: 441px;	top: 0px;	bottom: 294px;}
#c2 { left: 294px;	right: 294px;	top: 0px;	bottom: 294px;}
#c3 { left: 441px;	right: 147px;	top: 0px;	bottom: 294px;}
#c4 { left: 588px;	right: 0px;		top: 0px;	bottom: 294px;}
#c5 { left: 0px;	right: 588px;	top: 147px;	bottom: 147px;}
#c6 { left: 147px;	right: 441px;	top: 147px;	bottom: 147px;}
#c7 { left: 294px;	right: 294px;	top: 147px;	bottom: 147px;}
#c8 { left: 441px;	right: 147px;	top: 147px;	bottom: 147px;}
#c9 { left: 588px;	right: 0px;		top: 147px;	bottom: 147px;}
#c10 { left: 0px;	right: 588px;	top: 294px;	bottom: 0px;}
#c11 { left: 147px;	right: 441px;	top: 294px;	bottom: 0px;}
#c12 { left: 294px;	right: 294px;	top: 294px;	bottom: 0px;}
#c13 { left: 441px;	right: 147px;	top: 294px;	bottom: 0px;}
#c14 { left: 588px;	right: 0px;		top: 294px;	bottom: 0px;}

#l0 { left: 0px;	top: 0px;}
#l1 { left: 147px;	top: 0px;}
#l2 { left: 294px;	top: 0px;}
#l3 { left: 441px;	top: 0px;}
#l4 { left: 588px;	top: 0px;}
#l5 { left: 0px;	top: 147px;}
#l6 { left: 147px;	top: 147px;}
#l7 { left: 294px;	top: 147px;}
#l8 { left: 441px;	top: 147px;}
#l9 { left: 588px;	top: 147px;}
#l10 { left: 0px;	top: 294px;}
#l11 { left: 147px;	top: 294px;}
#l12 { left: 294px;	top: 294px;}
#l13 { left: 441px;	top: 294px;}
#l14 { left: 588px;	top: 294px;}
