html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url(../../img/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#FFF;
	text-shadow: #000 1px 1px 1px;
}
a {
	outline:none;
}
.header {
	height:258px;
	background-image:url(../../img/header.png);
	background-position:center;
	background-repeat:no-repeat;
}
.mainImage {
	height:348px;
	background-position:center;
	background-repeat:no-repeat;
}
.content {
	height:220px;
	width:598px;
	margin:0 auto;
}
.content .text {
	position:absolute;
	z-index:10;
	margin-top:52px;
	margin-left:202px;
	width:396px;
}
.content .text h2, .content .text h4 {
	margin:0;
	padding:0;
}
.content .text h2 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
	color:#e4b825; /* orange */
	color:#cf0006; /* red */
	color:#a0bbdc; /* light blue */
}
.content .text h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	display:none;
}
.content .text p {
	margin-top:0px;
	margin-bottom:10px;
}
p.marginBottom {
	margin-bottom:18px !important;
}
.button {
	height:19px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#000;
	border:none;
	margin-left:-5px;
}
.button:hover {
	background-position:0 -19px;
	cursor:pointer;
}
.footer {
	background-repeat:no-repeat;
	background-position:top;
	color:#808080;
}
.footer p {
	margin:0;
	padding-top:150px;
	padding-bottom:45px;
	font-size:11px;
	text-align:center;
}
.footer span {
	padding:0 6px;
}
.footer a {
	color:#808080;
	text-decoration:none;
}
.footer a:hover {
	color:#CCC;
}