@charset "utf-8";
/* CSS Document */

html,body
{
	background-color:#FFF;
	background-image:url(images/bigbg.gif);
	background-position:center;
	margin-left:0px; 
	margin-top:0px; 
	margin-right:0px; 
	margin-bottom:0px; 
	width:100%; 
	height:100%; 
	padding-top:0px; 
	padding-bottom:0px;
	overflow:auto;
}

#hex
{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-447px;
	margin-top:-319px;
	border:none;
	width:894px;
	height:638px;
	
}

#hex1,#hex2,#hex3,#hex4
{
	display:block;
}

#hex1over,#hex2over,#hex3over,#hex4over
{
	display:block;
}

#topover,#leftover,#bottomover,#rightover
{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-447px;
	margin-top:-319px;
	border:none;
	display:none;
	width:894px;
	height:638px;

}

#megahex1,#megahex2,#megahex3,#megahex4
{
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size:120px;
	font-weight:bold;
	color:#9CF;
	display:none;
}

#megahex1
{
	left:0px;
	top:0px;	
}

#megahex2
{
	left:0px;
	bottom:0px;	
}

#megahex3
{
	right:0px;
	bottom:0px;	
}

#megahex4
{
	right:0px;
	top:0px;	
}
