@charset "UTF-8";

body{
	background: url(bg.jpg) repeat-x;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

#center {
	position:absolute;
	width:500px; 
	height:200px;
	left:50%; 
	top:50%;
	margin-left:-250px;
	margin-top:-100px;
}
#center span {
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 15px 0;
}
#center p {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}
