@charset "utf-8";

body {
	background-color:#FF0;
	margin:0px;
	font-family: Verdana;
	font-size:11px;
	letter-spacing:1px;
	line-height:15px;
	color:#000;
	
}

/**********************************************/
/*  MainDIV's */
/**********************************************/

#center {
	z-index: 1;
	width: 800px;
	height: 600px;
	text-align:left;
	margin:auto;
	overflow:hidden;
	top: 50%;
}
#main{
	height: 600px;
	width: 800px;
	position: absolute;
	top: 50%;
	/*\*/
	margin-top: -300px;
	/**/
}

#nav1, #nav2, #nav3{
	z-index:100;
	position:absolute;
	left:353px;
	top:207px;
}
#nav2{
	left:520px;
	top:207px;
}
#nav3{
	left:174px;
	top:463px;
}
