body {
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 132px;
	font-weight: bold;
	background-color: #000000;
	color: #ff5000;
}

div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 200px;
	margin-left: -250px; 
	margin-top: -100px; 
	text-align: center; 
}
