/* CSS Document */#sts{	position:absolute;	right:10px;	bottom:10px;	width:auto;	height:auto;}body{	font-family: Arial, Helvetica, sans-serif;	margin:0px;	padding:0px;	background-color:#360;	font-size:12px;}#contenedor{	position:absolute;	top:50%; margin-top:-275px;	left:50%; margin-left:-375px;	width:700px;	height:500px;	padding:25px;	background-image:url(img/intro.jpg);	background-position:center;	background-repeat:no-repeat;}#textintro{	position:absolute;	bottom:40px;	height:15px;	width:600px;	left:60px;	text-align:center}#requisit{	position:absolute;	top:50%; margin-top:275px;	left:50%; margin-left:-375px;	width:750px;	height:15px;	text-align:center;	color:#99CC00;}/* LINKS */a:link, a:visited{	color:#FF9900;	text-decoration:none;}a:hover{	color:#fff;	text-decoration:none;}