@charset "utf-8";
/*--------------------*/
html, body {
	background:#eeeeee;
}
#main{
	top:50%;
	left:50%;
	width:990px;
	position:absolute;
	margin-top:-331px;
	margin-left:-495px;
}
#left_bg{
	float:left;
	height:662px;
	width:55px;
	background:url(../img/mainpage/main_lr_bg.png);
}
#content{
	margin:auto;
	float:left;
	height:662px;
	width:880px;
	background:url(../img/mainpage/main_content_bg.png);
}
#globe{
	height:662px;
	background:url(../img/mainpage/globe.jpg) no-repeat 20px 20px;
}
#right_bg{
	float:left;
	height:662px;
	width:55px;
	background:url(../img/mainpage/main_lr_bg.png) right;
}
a{
	display:block;
	text-indent:-9999px;
}
#circle_btn a{
	float:right;
	background:url(../img/mainpage/circle_btn_sprite.png) no-repeat bottom;
	width:240px;
	height:240px;
	margin:100px 50px 35px;
	display:inline;
}
#circle_btn a:hover{
	background:url(../img/mainpage/circle_btn_sprite.png) no-repeat top;
}
.btn{
	margin: 0 2px;
	display:inline;
}
.btn a, .btn{
	width:267px;
	height:155px;
	float:left;
}
#btn1{
	background:url(../img/mainpage/btn1.png) top no-repeat;
}
#btn2{
	background:url(../img/mainpage/btn2.png) top no-repeat;
}
#btn3{
	background:url(../img/mainpage/btn3.png) top no-repeat;
	margin: 0 35px;
}
#reflection{
	background: url(../img/mainpage/reflection.png) center no-repeat;
	height:70px;
}
