body {
	color:		black;
	background:	white;
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size:	13px;
	font-weight:	bold;
}

a {
	color:		black;
	background:	transparent;
	text-decoration:	none; 
}

a:hover {
	color:			#00f;
	text-decoration:	underline; 
}

#square {
	position:  absolute;
	top:		50%;
	left:		50%;
	width:		350px;
	height:	300px;
	margin-left:	-175px;
	margin-top:	-150px;
	z-index:	3;
}

#menu {
	position:	absolute;
	top:		185px;
	left:		68px;
	width: 	/*123px; */	200px;
	height: 	80px;
	z-index:	2;
}

#jiv {	
	position:	absolute;
	top:		249px;
	left:		262px; 
	width: 	31px;
 	height: 	16px;
	z-index:	1;
}