/* Script by Reg Sengkey www.senggrafik.com - 23 May 08*/
body {
background:#5b5b4e url('images/wjbg.gif'); 
padding:0;
margin:0;
font-family:Arial,sans-serif;
font-size:62.5%;
}
.wrap {display:block; width:100%;}
.inner {margin:20px auto;}
.hidden {visibility:hidden}
h1 {display:none; margin:0 !important; padding:0 !important}
.show-mobile {display:none !important}
.ios-text a { color: #fff !important}
@media screen and (max-width: 600px) {
	.wrap { margin: 0 3% !important; width: 94% !important}
	.inner a { margin:0 !important}
	.ios-text { color: #fff !important }
	img {
		width:100% !important;
		height:auto !important;
	}
	.show-desktop {
		display:none !important;
	}
	.show-mobile {
		display:block !important;
	}
}