@charset "utf-8";
/* CSS Document */

html,body{
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

a img{
	border:none;
}
:focus {
	outline:none;
}
ul,li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}


/*=======================
		主要版面
========================*/
#wrapper{
	width:980px;
	height:640px;
	position:absolute;
	background-position: center center;
	margin-top: -320px;
	margin-left: -490px;
	left: 50%;
	top: 50%;

}



/*版面下方*/

#photo{
	width:480px;
	height: 180px;
	position: absolute;
	left: 261px;
	top: 222px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2d2d2;
}

#logo{
	width:160px;
	height: 20px;
	position: absolute;
	top: 192px;
	left: 261px;
}

#btn_mc{
	width:480px;
	height: 20px;
	position: absolute;
	top: 412px;
	left: 261px;
}
#btn_mc li{
	float:left;
	margin-right:2px;
}
#btn_mc a{
	height:20px;
	overflow:hidden;
	display:block;
	
}
#btn_mc a:hover img{
	margin-top:-20px;
}
/*頁尾*/
#footer{
	height:20px;
	width:980px;	
	position:absolute;
	bottom:0;
	text-align:center;
	font-size:12px;
	color: #808080;
}
#footer span,#footer a{
	color:#CCC;
	text-decoration:none;
}