@charset "UTF-8";
/* CSS Document */

body { background-color: #000000; }
	

.style1 { color: #CC6600; }
.style2 { color: #FF0000; font-weight: bold; }

#main {
	margin-top: 60px;
	width: 1160px;
	text-align: center;
	height: 400px;
	padding: 0px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;

}


#hs_logo {
	float: left;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bb_logo {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}

#text {
	margin-top: 20px;
	width: 1160px;
	text-align: center;
	height: 80px;
	padding: 0px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;

}

#hs_text{
	width: 567px;
	float: left;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

#bb_text {
	width: 567px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

