* { padding: 0; margin: 0; }

body {
	background: #2E5E45 url(images/background.gif) repeat-x top;
	text-align: center;
}
div#top {
	width: 100%;
	border: 0;
	background: url(images/scallop_top.gif) repeat-x top right;
}

div#topright {
	position:absolute;
	top:0;
 	right:0;		
	text-align: right;
	
}
div#topright img {
	margin-left: 10px; 
	z-index: -1;
}
div#bottomleft {
	position: absolute;
	top:464px;
 	left:0;	
	text-align: left;
	
}
div#bottomleft img {
	z-index: -1;
}

div#content {
	text-align: center;
	hight: 800px;
	background: url(images/home_logo_background.gif) no-repeat center 20px;
}
div#content img {
	position: relative;
	top: 12px;
	left: 53px;
	z-index: 9;
}

#entersite{	
	position: relative;
	top:-310px;
 	left:-131px;
	z-index: 10;				
}

#footer p {
	text-align: center;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EBA300;
	position: relative;
	z-index: 10;
}


