@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;
	/**/
}

