body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}
img {
	border: 0px;
}
.position-box {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 3;
}
.top {
	left: 25px;
	background: no-repeat 90%;
	margin: 0px auto;
	/*padding: 380px 0 0 0;*/
	height: 125px;
	width: 280px;
	z-index: 3;
	font-family: "微軟正黑體";
	opacity: 0.9;
	font-size: 13px;
}
.top img {
	width:280px;
	height:80px;
}
#content {
	margin:0px auto;
	height:45px;
	width:100%;
	bottom:225px;
	z-index: 3;
	background:#5f4d32 no-repeat 90%;
	font-family: "微軟正黑體";
	opacity: 0.9;
	font-size: 14px;
}
#content ul {
	padding: 0px;
	margin: 0 auto;
	width: 715px;
}
#content ul li {
	float: left;
}
#content ul li a {
	padding: 5px 10px;
	line-height: 35px;
	display: inline-block;
	color:#fff;
	text-decoration: none;
}
#content ul li a:hover {
	padding: 5px 10px;
	line-height: 35px;
	display: inline-block;
	color:#fff;
	text-decoration: none;
	opacity: 0.7;
}
.flooter{
	bottom:20px;
	z-index: 3;
	background: no-repeat 90%;
	position:absolute;
	margin:0 auto;
	text-align: center;
	width: 100%;
}
.flooter p{
	z-index: 3;
	position:relative;
	font-size: 12px;
	line-height: 18px;
	color: #583329;
	font-family: "微軟正黑體";
	text-align: center;
}
.flooter p a{
	text-decoration:none;
	font-size: 12px;
	color: #583329;
	font-family: "微軟正黑體";
}
.flooter p a:hover{
	color: #333;
	text-decoration:none;
}
/*Supersize Plugin Styles*/
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	left: 0;
    margin-left: 0;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
/*Fix Supersized on iOS*/

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#supersized { margin-left:0;}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
#supersized { width:110% !important;}
}


/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
#supersized { margin-left:0; }
}