@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	background-coloR:#FFC;
	}
	
#content{
	margin:auto;
	width:800px;
	height:600px;
	position:relative;
	background-image:url(../images/UPS087-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: 360px;
	top: 240px;
	}
a#btn02{
	background-image: url(../images/btn02.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 510px;
	top: 240px;
}
a#btn03{
	background-image: url(../images/btn03.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 510px;
	top: 320px;
}
a#btn04{
	background-image: url(../images/btn04.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 360px;
	top: 320px;
}
a#btn07{
	background-image: url(../images/btn07.png);
	display: block;
	width: 112px;
	height: 37px;
	position: absolute;
	left: 660px;
	top: 320px;
}


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#btn07:hover{
	background-image:url(../images/btn07a.png);
	display: block;
	width: 130px;
	height: 43px;
	}	

#FlashID {
	position: absolute;
	left: 12px;
	top: 526px;
}

#footer p{
	color:#666;
	font-family:"微軟正黑體", Arial;
	padding-top:5px}
