body {
	background-color: #fff;
	background-image: url(../img/bodyBG.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 55px;
	margin-bottom: 30px;
}
img {
	border: 0px;
}
div.body {
	width: 671px;
	background-color: #fff;
	color: #d6d6d6;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d6d6d6;
}
div.body_c {
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 13px;
}
div.logo {
	text-align: center;
	background-image: url(../img/line-top.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
div.content {
	padding-top: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../img/line-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div.content a {
	color: #ffcb05;
	text-decoration: none;
}
div.content a:hover {
	text-decoration: underline;
}
div.content2 {
	padding-top: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
}