* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
body {
	background: #30c1f1 url(images/homepage_back.jpg) repeat-x;
	font-family: "Arial Unicode MS", "DejaVu Sans", Arial;
}
#back {
	background: url(images/homepage_shdow.jpg) no-repeat center top ;
	height: 720px;
}
#wrapper {
	width: 870px;
	margin: 0 auto;
	background:#fff;
}
#enter {
	text-align: center;
	margin-top: -50px;
	padding-bottom: 20px;
	z-index: 10;
	position: relative;
	
}
address {
	font-size:80%;
	text-align: center;
	padding: 0 10px 10px;
	font-family: "Arial Unicode MS", "DejaVu Sans", Arial;
	font-style: normal;
	color: #0066FF;
	z-index:5;
	position: relative;
}
address span {
	margin: 3px 10px;
}
/*--------------class-----------------*/
a.link_a {
	text-decoration: none;  
	color:#0066FF;
}
a.link_a:hover{
	text-decoration: none;  
	color:#FF6600;
}
a.link_b {
	text-decoration: none;
	color:#0066FF;
	font-size: 150%;
}
a.link_b:hover{
	text-decoration: none;  
	color:#FF0000;
}
#fl_box {
	z-index: 1;
}
