body {
	background: #BBFFE9;
}
img {
	border: 0px;
}
img.banner{
	width: 650px;
	height: 100px;
}
div#container{
	margin:auto;
	text-align: center;
}
div#header{
	font-size: 170%;
	font-weight: bolder;
	width: 700px;
	height: 100px;
	margin:auto;
	font-family: "微軟正黑體";
	background: transparent url(items/bg.png);
	background-position: center top;
}
div#mainContent{
	width: 698px;
	margin:auto;
	background: #BDE7AA;
	border-left: 1px solid #11FF08;
	border-right: 1px solid #11FF08;
}
div#mainContent table{
	margin:auto;
}
div#mainContent table td{
	padding: 0 10px 0 10px;
}
div#footer{
	clear:both;
	width: 700px;
	height: 50px;
	margin: auto;
	background: transparent url(items/bg.png);
	background-position: center bottom;
}
span#images{
	width: 300px;
	height: 100px;
	background: red;
	border: 1px solid black;
	padding: 10px;
	position: relative;
}
span#rights{
	color: #666;
	font-size:small;
	position: relative;
	top: 15px;
}
a{
	color: #287AD9;
	text-decoration: none;
}
a:hover{
	color: #FF6600;
}
div.diag_header{
	width: 325px;
	height: 10px;
	margin:auto;
	background: transparent url(items/diag.png);
	background-position: center top;
}
div.diag_body{
	width: 323px;
	margin:auto;
	background: #FDFA9B;
	border-left: 1px solid #D4FF00;
	border-right: 1px solid #D4FF00;
	float: none;
	font-family: "微軟正黑體";
}
div.diag_body img{
	width: 300px;
}
div.diag_footer{
	clear:both;
	width: 325px;
	height: 10px;
	margin: auto;
	background: transparent url(items/diag.png);
	background-position: center bottom;
}
div.form_header{
	width: 650px;
	height: 25px;
	margin:auto;
	background: transparent url(items/form.png);
	background-position: center top;
}
div.form_body{
	width: 648px;
	margin:auto;
	background: #F8BF89;
	border-left: 1px solid #FF7A00;
	border-right: 1px solid #FF7A00;
	float: none;
	font-family: "微軟正黑體";
}
div.form_body img{
	width: 625px;
}
div.form_footer{
	clear:both;
	width: 650px;
	height: 25px;
	margin: auto;
	background: transparent url(items/form.png);
	background-position: center bottom;
}