@charset "utf-8";
/* CSS Document */

* {margin:0 auto; padding:0;}
body {
background-image:url("http://i400.photobucket.com/albums/pp90/SuperAfiliados/fundobarra.gif");
	background-repeat: repeat-x;
}
#conteudo {
width:800px;
position:relative;
}
#servicos {
	position:absolute;
	left:596px;
	top:8px;
	width:188px;
	height:27px;
	z-index:1;
}
#texto {
	position:absolute;
	left:87px;
	top:7px;
	width:443px;
	height:27px;
	z-index:1;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
