#conteiner {
	position:absolute;
	width: 845px;
	top: 50%;
	margin-top: -225px;
	height: 450px;
	left: 50%;
	margin-left: -422px;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0px;
	background-image: url(imagenes/gradiente.jpg);
	background-repeat:  repeat-y;
	border: thin solid #CCCCCC;
}

a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}
a:visited {color: #999999;}
a:active {color: #333333;}
a:hover {	color: #FF6633;}
a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}
