body {
	background: #C4FFB3;
}
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: #91F1FA;
	border-left: 1px solid #EBFF05;
	border-right: 1px solid #EBFF05;
}
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: #888;
	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: #FFA48D;
	border-left: 1px solid #FF0505;
	border-right: 1px solid #FF0505;
	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;
}