/* Mobile Specific Styles */
@media only screen and (max-device-width: 480px) {
	div.logo {
	width:250px;
	height:50px;
	background:url('img/mobilelogo.png');
	float:center;
}
}