@charset "utf-8";

/*  ------ CSS -------------------------- */

*		{margin:0; padding:0;}

/*  ------ BODY -------------------------- */

html,body {margin:0px; height:100%;}
body {_display:table-cell; text-align:center; _white-space:nowrap;}

/*  ------ index style-------------------------- */
#wrapper{
	display: none; margin:0px; height:100%;
}
#wrapper ul li {
	font-size:8pt;
	visibility:hidden;
}

/*  ------ index style-------------------------- */

.halfbox {
	margin:0px auto -300px;
	min-height:260px;
	height:50%;
	_width:0px;
	_height:100%;
}
.centerbox {
	margin:0px auto;
	width: 380px;
	height: 520px;
	background:url(../photo/splash.jpg) no-repeat 0 0;}
.ie6div {
	_display:inline;
	_zoom:1;
	_vertical-align:middle;
	_margin:0px;
}
#toplink {
	margin:435px 0 0 0;
	padding:8px 0 0 0;
	height:68px;
	font-size:70%;
	line-height:130%;
	color:#666;
	background:url(../images/bg_toplink.png) no-repeat center 0;
}
#toplink a {
	color:#71b273;
	text-decoration:none;
}
#toplink a:hover {
	color:#71b273;
	text-decoration:underline;
}