@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: "微軟正黑體";
	font-size: 12px;
	background-color: #609ecd;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
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{
	margin-right: auto;
	margin-left: auto;
	width: 932px;
}

.clear{	clear: both;}
/* Header */
#header{
	width: 932px;
	height: 171px;
	margin-left: 3px;	
}
/* Main Content */
#main{
	width: 932px;
	padding-left: 3px;
}
#content{
	width: 100%;
	background-color: #d1dae0;
	overflow: hidden;
	}


/* Footer */
#footer{
	background-color: #e9e9e9;
	background-image: url(../images/icon_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 305px; height:80px;
	clear: both;
	margin-top: 40px;
	margin-left: 350px;
	margin-bottom: 25px;
}
/* Claim */
#claim{
	background-image: url(../images/bg_down.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 932px;	
}
