	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background-image:url('../images/lightship_entertainment_grayBG.jpg');
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center;
		background-color:#1f1f1f;
font-family:"Futura",Arial,Sans-serif;
font-size:14px;
color: #9c9c9c;
	}
	#container {
		width: 100%;
		height: 100%;
		min-height:830px;
		min-width: 1000px;
		position:relative;
	}

	#footer {
		position:absolute;
		bottom:0;
		width: 100%;
		height: 65px;			/* Height of the footer */
		background-image: url(../images/contact_footer_BG70trans.png);
		background-repeat: repeat;
		position:absolute;
		color: #000000;
	}

a:link {color:#9c9c9c}      /* unvisited link */
a:visited {color:#9c9c9c}  /* visited link */
a:hover {color:#0eb32d}  /* mouse over link */
a:active {color:#9c9c9c}  /* selected link */
a{text-decoration:none }

h1 {
font-family:"Futura",Arial,Sans-serif;
font-size:22px;
color:#0384bd
}


#homemainContent {
		height: 423px;
		width: 910px;
		clear: both;
		padding: 10px;
		top: 20px;
		background-image: url(../images/main_content_BG60trans.png);
		background-repeat: repeat;
		position: relative;
		margin: auto;
}

#NAVcontainer {
		margin: auto;
		top: 0px;
		height: 130px;
		width: 950px;
		clear: both;
}

#LSElogo {
width: 300px;
padding-left:10px;
padding-top:0px;
position: absolute;
}

#CorpContact {
padding-top:10px;
position: absolute;
margin-left: 400px;
}

#CorpHEADText {
top: 20px;
left: 10px;
position: absolute;
}
#CorpText {
width: 400px;
top: 80px;
left: 500px;
position: absolute;
}
#CorpVid {
width: 450px;
height: 253px;
background-image: url(../images/main_content_BG60trans.png);
background-repeat: repeat;
top: 90px;
left: 14px;
position: absolute;
padding: 10px 10px 10px 10px;
}

#greenHeadText
{color:#0eb32d;
font-size:24px;
}
#greenTopText
{color:#0eb32d;
font-size:18px;
}

#greenText
{color:#0eb32d;
font-size:16px;
}


	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
	}
div#preload { display: none; }
