body {  
     height:100%;  
     width:100%;  
     margin:0;
	 padding:0;  
 } 
 
.covered {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#000;
	z-index:1000;
	bottom:0px;
	left:0px;
}

.slideshow { 
	height: 372px;
	width: 800px;
}

.slideshow img {

	padding: 0px; 
	border: 0px ;
	background-color: #eee; 
}

.mainc {
	width:800px;

	text-align:right;

}

.main {
	width:800px;
	text-align:right;

}

.footer {
	

	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:right;
	width:800px;
	padding-top:3px;
	color:#FFF;


}



a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration:none;

}
a {
	text-decoration:none;
}

