@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	background-coloR:#FC9;
	}
	
#content{
	margin:auto;
	width:800px;
	height:600px;
	position:relative;
	background-image:url(../images/UPS093-800X600.png);
	border-radius:20px 20px 20px 20px;
	border:#F93 8px solid;
	}

a#btn01{
	background-image: url(../images/btn01.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 476px;
	top: 444px;
	}
a#btn02{
	background-image: url(../images/btn02.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 636px;
	top: 442px;
}
a#btn03{
	background-image: url(../images/btn03.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 366px;
	top: 513px;
}
a#btn04{
	background-image: url(../images/btn04.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 521px;
	top: 513px;
}
a#btn05{
	background-image: url(../images/btn05.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 670px;
	top: 515px;
}


a#btn01:hover{
	background-image:url(../images/btn01a.png);
    display: block;
	width: 130px;
	height: 43px;
	}	
a#btn02:hover{
	background-image:url(../images/btn02a.png);
    display: block;
	width: 130px;
	height: 43px;
	}	
a#btn03:hover{
	background-image:url(../images/btn03a.png);
	display: block;
	width: 130px;
	height: 43px;
	}
a#btn04:hover{
	background-image:url(../images/btn04a.png);
    display: block;
	width: 130px;
	height: 43px;
	}	
a#btn05:hover{
	background-image:url(../images/btn05a.png);
	display: block;
	width: 130px;
	height: 43px;
	}	

#FlashID {
	position: absolute;
	left: 16px;
	top: 541px;
}

#footer p{
	color:#666;
	font-family:"微軟正黑體", Arial;
	padding-top:5px}
