body {
	background-color: #000000;
	margin:0px;
	padding:0px;
}


#main {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main #head {
	width:1000px;
	z-index: 20;
}

#main #head img {
	width:1000px;
	z-index: 25;
	position:relative;
}

#main #slideshow {
	width:1000px;
	height:400px;
	position:relative;
	z-index: 5;
	top:-120px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

#main #footer {
	position:relative;
	z-index: 15;
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	padding:5px;
	top:-160px;
	height:30px;
	width:990px;
	background-color:#FFFFFF;
	opacity: 0.6;
	text-align:center;
}

