@charset "utf-8";
/* Basic */
html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,object,img,em,form,input,textarea,label{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 945px;
	font-size: 12px;
	background-color: #ed5300;
}
h1,h2,h3{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 20%;
}
h4,h5,h6{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 10%;
}
a{	text-decoration: none;}
img{border:none}
#wrapper{
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../images/bg_body.jpg);
	bottom: 0px;
	margin-bottom: 0px;
}

.clear{	clear: both;}
/* Header */
#header{
	width: 926px;
	height: 233px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/* Main Content */
#main{
	margin-top: 60px;
	background-position: center;
	
}
#cornerline{
	padding: 0px;
	width: 100%;
	margin: 0px;
	display: block;
	overflow: hidden;
}

/* Footer */
#footer{
	width: 100%;
	background-repeat: repeat-x;
	height: 104px;
	background-position: bottom;
}
