@charset "UTF-8";
/* CSS Document */

* { margin: 0px;
	padding: 0px;
  }
  
body { background: #fee0bc; }

#header { 
	
	margin: 0 auto 0 auto;
	background: url(../images/header_bg.png);
	width: 1153px;
	height: 183px;
	z-index: 9999px;
}
	
#base  {

	margin: 0 auto 0 auto;
	background: url(../images/content_bg.png);
	width: 1153px;
	height: 652px;
}

#content {

	margin: 0 auto 0 auto;
	width: 1000px;
	height: 425px;

}

#box {

	display: inline;
	float: left;
	margin-top: 70px;
	margin-left: 10px;
	padding-right: 10px;
	width: 480px;
	height: 421px;
	color: #FFFFFF;
	text-align:justify;
	font-size:11px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	line-height: 20px;
	overflow: auto;
	

}


#footer {

	margin: 0 auto 0 auto;
	width: 1153px;

}

