@charset "utf-8";
/* CSS Document */
.hand {
	font-size: 48px;
	color: #84101D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 
.shebang {
	background-image: url(images/index_10.gif);
}
.hand {
	font-size: 48px;
	color: #84101D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
}
