@media only screen
and (max-width : 700px) {
	body {
		font-size: 13px;
	}
	.spacer {
		height: 40px;
	}
	#logo {
		left: 5px;
	}
	#logo a {
		width: 70px;
		height: 71px;
	}
	.mobilehide {
		display: none;
	}
	.mobileshow {
		display: block;
	}
	#content {
	}
	#subcontent {
	}
	#subcontent img {
		width: 70%;
	}
	.title {
		font-size: 18px;
	}
	.logos {
		padding: 10px 0px;
	}
}