body {
	background-color: #FFF;
	padding: 0em;
	margin: 0px;
	-webkit-text-size-adjust:none;
}

.top{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20px;
	height: 28px;
}

.middle{
   width: 260px;
   height: 300px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -130px;
   margin-top: -325px;
   text-align:center;
   overflow:hidden;
}

.btm {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;	
}
