* {
	margin:0;
	padding:0;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size:18px;
	overflow:hidden;
}

.container {
	width: 100%;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.header {
	position:relative;
	width:100%;
	height: 100%;
}
.home {
	position:absolute;
	width:20px;
	height:20px;
	left: 978px;
	top: 18px;
}
.back {
	position:absolute;
	width:20px;
	height:20px;
	left: 944px;
	top: 20px;
}
.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	margin-top: 50px;
	position:relative;
	height:100%;
	width:100%;
}

#darkdiv {
	
	background-image:url(../images/backgrounds/front_bg0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:865px;
	overflow:hidden;
	z-index:1;
	margin:0 auto;
	padding-bottom:160px;
	cursor:pointer;
}

.noborder {
	border: none;
}

.footer {
	clear:both;
	position:relative;	
	width:1000px;
	height:10px;
	padding-top:50px;
}
.leftfootercol {
	float:left;
	position:relative;
	width:50%;
}
.rightfootercol {
	float:left;
	position:relative;
 width:50%;
}
.leftfootercon {
	text-align:left;
	height:10px; !important
	width:100%;
	position:relative;
}
.rightfootercon {
	text-align:right;
	height:10px; !important
	width:100%;
	position:relative;
}
