body {
	margin: 0;
	background-image: url(../fondo.gif);
	cursor: default;
}
#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#inner {
	width: 785px;
	height: 442px;
	margin-left: -393px;
	position: absolute;
	top: -221px;
	left: 50%;
	background-color: #E5E5E5;
}

