@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	margin:0px;
}

#holder{
	margin: auto;
	width:1024px;
}

#imageHolder{
	width: 1024px;
	height: 768px;
	background-image: url(../imagesMain/landingPage.jpg);
}

#maitland{
	width:512px;
	height: 500px;
	margin-top:-280px;
	float: left;
	z-index: 0;
}
#portstephens{
	width:511px;
	height: 500px;
	margin-top:-280px;
	float: right;
	z-index: 0;
}
#layne{
	position: relative;
	height:280px;
	width:374px;
	left:350px;
	/*top:850px;*/
	z-index:10;
	top: 250px;
}
