@media only screen and (max-device-width: 480px) {
	body {
		font-size: 16px !important;
	}
	div.CenterPage {
		width: auto !important;
		max-width: 980px;
	}
	div.Header {
		height: auto !important;
	}
	div.Header img {
		width: 100% !important;
	}
	ul.MenuList {
		height: auto !important;
	}
	ul.MenuList li {
		display: block !important;
		background: url(/images/blackshine.png) center center repeat-x;
		border: 0 !important;
	}
	ul.MenuList li a {
		display: block !important;
		margin: 2px 0 !important;
	}
	div.leftColumn {
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	div.rightColumn {
		width: 100% !important;
		display: block !important;
	}
	div.PageFooter {
		width: 100% !important;
	}
	div.PageFooter span {
		line-height: 26px;
	}
	iframe {
		width: 100% !important;
	}
}
