body {
	background-color:#999999;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	display: block;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
A {
	COLOR: #ff6600
}
A:link {  TEXT-DECORATION: none}
A:visited {  TEXT-DECORATION: none}
A:hover {  TEXT-DECORATION: underline}
#contenedor {
	width: 955px;
	height: 531px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -477px; 
	margin-top: -265px;
	z-index:1;
}

