html {
	overflow: hidden;
}

body {
	margin: 0px;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a { 
	color:  #F80;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	color:  #F80;
	background-color: transparent;
}

img {
	border: none;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 500px;
	margin-left: -500px;
	margin-top: -250px; 
}

#header {
	height: 49px;
	width: 100%;
}

#copyright {
	height: 49px;
	width: 100%;
}

#slider { 
	position: relative;
	width: 998px;
	height: 400px;
	color: #000;
	background-color: #c0c0c0;
	overflow: hidden;
	border: 1px solid #000;
}
#slider .slide { /* jpg photo dimensions max 900 x 400 px */
	position: absolute;
	top: 0px;
	height: 400px;
	width: 900px;
	overflow: hidden;
	border-left: #000 solid 1px;
}
#slider .title   {
	color: #F80;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
	background-color: transparent;
}

#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	color: #000;
	background-image: url('../images/trans.png');
/*	filter: alpha(opacity=40);*/
/*	opacity: 0.4;*/
}
#slider .text {
	position: absolute;
	top: 100%;
	text-align: justify;
	width: 535px;
	left: 10px;
	color: #fff;
	background-color: transparent;
}
#slider .diapo {
	position: absolute;
/*	filter: alpha(opacity=100);*/
	opacity: 1;
	visibility: hidden;
}

