@charset "utf-8";
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

	background: #000000;
	background-image:url(../images/new_bg.jpg);
	background-repeat:repeat-x;
	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: #000000;
}
 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
    #header {
	background-image:url(../images/landing-page-header.jpg);
	height:558px;
	width:900px;

}

#nav  {
width:900px;
padding-top:285px;
margin:0px;
}
#nav img{
padding:0;
margin:0;
}
img{
padding:0;
margin:0;
}

 #mainContent {
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#FFFFFF;
	width:810px;
	padding-left:30px;
	padding-right:60px;

}
 #footer {
	
	background-image:url(../images/landing-page-footer.jpg);
	height:24px;
	clear:both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
border:none;
}