html,body { 
height: 100%; 
overflow:hidden; 
} 


.mascara {
	position: absolute;
	left: 0px; top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: black;
	z-index: -1;
	visibility: hidden;
}

#contacto {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 53.21em; /* px x 0.0626 = em */
	height: 29.735em;
	margin-top: -14.867em; /*set to a negative number 1/2 of your height*/
	margin-left: -26.605em; /*set to a negative number 1/2 of your width*/
}

input {
	font-family: Arial;
	FONT-SIZE: 11px;
	height: 18px;
	border: 0;
	color: white;
	BACKGROUND-color: transparent;
}

textarea {
	font-family: Arial;
	FONT-SIZE: 11px;
	border: 0;
	color: white;
	BACKGROUND-color: transparent;
	overflow: auto;
}

#warring {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20.032em; /* px x 0.0626 = em */
	margin-left: -10.016em;
	height: 12.52em;
	margin-top: -6.26em;
	background-image: url(warring.gif);
}
