/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	/*background-image: url(../images/bg/bh_bg1.png);
	background-repeat: repeat-x;*/
	background-color: black;
}

#mainArea {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1% 2% 1% 2%;
}
.logo {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 225;
	text-align: center;
}
.logo img {
	width: 30%;
}

.main-text {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-top: 10%;
	font-size: 30px;
	color: white;
	text-align: center;
	line-height: 30px;
}

/*footer*/
footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-top: 20%;
	font-size: 18px;
	color: rgb(201,201,201);
	text-align: center;
	line-height: 30px;
}
footer a, .footer a:hover {
	color: rgb(201,201,201);
	text-decoration: none;
}
