@charset "utf-8";
@import url("reset.css");

html, body {
	margin:0;
	padding:0;
}
body{
	background-image:url(../images/indexbg1920X1080.jpg);
	background-repeat:repeat-x;
    /* -webkit-background-size:1920px 1500px; 此行可以強迫ipad照你指定的背景尺寸 */
    background-color: #fff;
}

.footer{
	position: static;
	background-color: #FFFFFF;
	width: 100%;
	bottom: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	left: 100px;
}

.footer .logotitle{
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size:13px;
	color: #333333;
	font-weight: bolder;
	display: inline;
	padding-left: 10px;
}
.footer .logotitle img{
	display: inline;
}
.footer .copy{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 14px;
	color: #333333;
	display: inline-block;
	margin-left: 13px;
}
.main-content{
   max-width: 490px;	
   margin: 0 auto;
}


.maintext{
	width: 490px;
	bottom: 0;
	padding-top: 0px;
	padding-left: 0px;
}
.maintext p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	font-weight: 600;
}




