@charset "utf-8";
/* CSS Document */
html,body{
/*	height:100%;*/
}
html {
	scrollbar-face-color: #ec008c;
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color:  #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"LiHei Pro",Helvetica, "新細明體", Arial;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	background-color: #eb2a96;
}
.text {
	font-size: 11px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}
div.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	vertical-align: text-top;
	padding-right: 10px;
	padding-left: 10px;
	height: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
div.copyright {
	background-image: url(../images/index_copyright.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	top: 650px;
	position: absolute;
	width: 760px;
}
div.copyright_shadow {
	background-image: url(../images/index_copyright_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

