@charset "UTF-8" ;

@media handheld, only screen and (max-width: 768px) {
	
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
	
}

.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 10px ;
	bottom: 10px ;
	
}

#scrollUp
{
	display:block;
	
	height: 60px;  /* Height of image */
	width: 60px; /* Width of image */
	background:url(top.png) no-repeat;
	background-size:90%;
	opacity:0.7;
	
	cursor:pointer;
}



}

