@charset "utf-8";

body {
	background: #94E8DE url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	font-size: 30px;
	top: 370px;
	left: 18%;
	right: 18%;
	text-align: center;
	font-style: italic;
}

h3, h4 {
	text-align: center;
}

.main-box {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 350px;
	text-align: justify;
	font-size: 22px;
	margin: 40px;
}

.banner_top {
	position: absolute;
	text-align: center;
	top: 20px;
	left: 50%;
	right: 50%;
	margin-left: -380px;
	margin-right: -381px;
}
.banner_bottom {
	position: absolute;
	text-align: center;
	top: 80px;
	left: 50%;
	right: 50%;
	margin-left: -311px;
	margin-right: -312px;
}
.company_name {
	position: absolute;
	text-align: center;
	font-size: 26px;
	top: 175px;
	left: 50%;
	right: 50%;
	margin-left: -185px;
	margin-right: -185px;
}
.hrs24 {
	position: absolute;
	font-size: 30px;
	top: 370px;
	left: 18%;
	right: 18%;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #003399;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF2222;
}