	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #000;
		background-image: url(../back/back.gif);
		background-position: center top;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
	#topo {
		position: absolute;
		width: 850px;
		height: 28px;
		left: -430px;
		top: -241px;
		}
	#rodape {
		position: absolute;
		width: 850px;
		height: 98px;
		left: -430px;
		top: 142px;
	}
	#slider {
		position: absolute;
		width: 820px;
		height: 333px;
		left: -430px;
		top: -220px;
		overflow: hidden;
		background: #000;
		border: 15px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 333px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #333 solid 2px;
		cursor: default;
	}
	#slider .title   {
		color: #FF0000;
		font-weight: bold;
		font-size: 1.5em;
		margin-right: 0.0em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000000;
		filter: alpha(opacity=90);
		opacity: 0.5;
	}
	#slider .text {
		position: absolute;
		top: 10%;
		top: 100%;
		color: #FFF;
		font-family: arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 9;
		visibility: hidden;
	}
	a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
