@charset "utf-8";

body {
	background-color:#FFF;
	
}


.central {
	width: 515px;
	margin : auto;
	margin-top: 2%;
}




h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	width:100%;
	margin : auto;
	position:fixed;
	bottom: -3px;
	text-align: center;
	background-color:#000;
}

