.center {
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
		top:50%;
	left:50%;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-340px;
	/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-95;
	padding:0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rigth {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 120px;
	width: 130px;
	left: auto;
	top: 8px;
	right: 8px;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-repeat: repeat;
	background-color: #000000;
}
.letter {
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
		top:50%;
	left:50%;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:0px;
	/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-95;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
