BODY
{
    	background-image: url('f.png');
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    	background-position: center; 
	xbackground-size: 70% auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	text-align: center;
	margin: 0 0;
}

.centered {
  position: fixed; /* or absolute */
  top: 48%;
  left: 0;
}

.small {
	font-size: 20px;
}

#top {
	position: fixed;
	top:0;
	width:100%;
	height:5%;
	background-color:#FAF2FF;
	font-size: 20px;
	text-align: center;
}

#bottom {
	position: fixed;
	top:95%;
	width:100%;
	height:5%;
	background-color:#ffffff;
	font-size: 20px;
	text-align: center;
}
