html {
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		 -o-text-size-adjust: 100%;
			text-size-adjust: 100%;
}

#logo-badge {
	/*
	width: 96px;
	height: 127px;
	margin-top: -37px;
	margin-left: -48px;
	*/
	width: 74px;
	height: 74px;
	margin-top: -37px;
	margin-left: -37px;
	background-image: url('../img/logo-badge.png');
}


/* 320PX VERSION */
@media only screen and (max-width: 479px)
{
	body {
		background-image: url('../img/320/background.png');
	}
	
	
	#logo-badge {
		width: 50px;
		height: 50px;
		margin-top: -17px;
		margin-left: -27px;
		background-image: url('../img/320/logo-badge.png');
	}
}