@charset "utf-8";
/* CSS Document */

	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background-image: url(images/bg.gif);
		width: 100%;
		height: 100%;
	}
	a:link {
	color: #d71b18;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D71B18;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
	#sliderb {
	position: absolute;
	width: 860px;
	height: 453px;
	left: -430px;
	top: -220px;
	overflow: hidden;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#slider {
	position: absolute;
	width: 820px;
	height: 333px;
	overflow: hidden;
	border: 20px solid #687A88;
	margin-top: 60px;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 333px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
	color: #d71b18;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	width: 470px;
	left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
