* {
	margin: 0;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
html, body {
	height: 100%;
}
.wrapper {
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

body {
	text-align: center;
	background-color: #000;
	color: #666;
	font: 1em/1.4em 'Open Sans',arial,sans-serif;
}
.mainBox {
	position: relative;
	width: 100%;
	min-height: 550px;
	font-size: 0.9em;
	text-align: left;
	background-image: url(images/template/main-background.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #CDCDCD;
}
.contentBox {
	position: relative;
	padding: 20px;
	width: 900px;
	margin-left: 50%;
	left: -450px;	
}
.header {
	height: 40px;
	background: url(images/template/menu-bg.jpg);
	color: #FFF;
}
h1 {
	text-indent: 0em;
	font-weight: 600;
	font-size: 26px;
	padding: 6px;
}
h2 {
	padding: 0 0 0.6em;
	color: #333;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
h3 {
	padding: 0 0 0.6em;
	color: #333;
	font: 1.2em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
p {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}

td {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
.footer {
	width: 100%;
	height: 340px;
	margin: 0 auto;
	background: url(images/template/footer-bg.png);
	text-align: center;
	color: #fff;
}
.footer a {
	color: #fff;
	text-decoration: none;
	border: 0;
}
.footer a:hover {
	color: #fc0;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: relative;
	width: 900px;
	padding: 10px;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
	margin-left: 50%;
	left: -450px;
	line-height: 16px;
	font-size: 14px;
}
