body {
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/bg.jpg');
}
.box {
	float:left;
	width:408px;
	height: auto;
}
.gbox1 {
	float:left;
	width:408px;
	height: auto;
	background-position: top center;
	background-repeat: repeat;
	background-image: url('../images/box-green-main.png');
}
.gbox2 {
	float:left;
	width:408px;
	min-height:9px;
	height:9px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/box-green-top.png');
}
.gbox3 {
	float:left;
	width:408px;
	min-height:9px;
	height:9px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('../images/box-green-bottom.png');
}
.bbox1 {
	float:left;
	width:408px;
	height: auto;
	background-position: top center;
	background-repeat: repeat;
	background-image: url('../images/box-blue-main.png');
}
.bbox2 {
	float:left;
	width:408px;
	min-height:9px;
	height:9px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/box-blue-top.png');
}
.bbox3 {
	float:left;
	width:408px;
	min-height:9px;
	height:9px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('../images/box-blue-bottom.png');
}
.box-div {
	float:left;
	width:15px;
	height:20px;
	min-height:20px;
}
.box-content {
	float:left;
	width:388px;
	margin-right:15px;
	margin-left: 15px;
	min-height:20px;
	height: auto;
	text-align:left;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color:#000000;
}
.box-content a, .box-content li a {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	color:#000000;
}
#content {
	/*min-height:555px;*/
}
