@charset "utf-8";
/*------------------------------------------------------*/
/* Body */
/*------------------------------------------------------*/
body{background:#fff;}
#container{
	width:800px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	background:url(../../img/index.jpg) no-repeat;
	margin-top:-280px;
	margin-left:-400px;
} 
#container h1{width:1px; height:1px; display:block; overflow:hidden; text-indent:-10000px;}
#enter_btn{width:142px; height:30px; display:block; overflow:hidden; text-indent:-10000px; position:relative; top:306px; left:250px;}
#enter_btn a{display:block; height:37px;}
#enter_btn a:hover{background-image:url(../../img/enter_over.jpg); background-repeat:no-repeat;}

#enter_btn2{width:142px; height:30px; display:block; overflow:hidden; text-indent:-10000px; position:relative; top:276px; left:409px;}
#enter_btn2 a{display:block; height:37px;}
#enter_btn2 a:hover{background-image:url(../../img/enter_over2.jpg); background-repeat:no-repeat;}

#about{width:128px; height:24px; display:block; overflow:hidden; text-indent:-10000px; position:relative; top:420px; left:29px;}
#about a{display:block; height:24px;}
#about a:hover{background-image:url(../../img/about.jpg); background-repeat:no-repeat;}

#rhizomatiks{width:81px; height:16px; display:block; overflow:hidden; text-indent:-10000px; position:relative; top:457px; left:68px;}
#rhizomatiks a{display:block; height:16px;}
#rhizomatiks a:hover{background-image:url(../../img/rhizomatiks_logo.gif); background-repeat:no-repeat;}

#copy_right{width:340px; position:absolute; left:50%; bottom:20px; margin-left:-170px;	z-index: 1;}
/*------------------------------------------------------*/
/* ClearFix */
/*------------------------------------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
