.main {
	width:900px;
}
.main_text {
	width:900px;
	font-size:12px;
	margin:10px 0 0 0;
}
.bottom {
	width:900px;
	height:100px;
	font-size:12px;
	margin:20px 0 20px 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bottom_logo {
	width:900px;
	margin:80px 0 0 0;
	font-size:10px;
}

.text_left {
	width:160px;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	padding:5px 0 5px 10px;
	float:left;
	background-color:#660000;
	font-family:Arial, Helvetica, sans-serif;
}
.text_right {
	width:710px;
	padding:10px 10px 10px 10px;
	float:right;
	border:1px solid #000;
}