@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', serif;
	font-size: 48px;
	color:#FFF;
	background-color:#000;
}

#zana {
	display: block;
	position: absolute;
	width: 500px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px ;
	text-align: center;
	font-size:36px;
}
