@media handheld{
#background { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; position: absolute;}

#container {margin: 20px auto 0 auto; width:480px; height:600px; position: relative; z-index: 20; background: url(../images/bg_content_mobile.png) no-repeat; }

#logo {width:480px;}

#content {width:240px; color: #9f1a00; overflow:hidden; height:450px;}
#content p {
			margin-bottom: 1.1em;
			font-weight: bold; 
			text-shadow:0 0 1em #fff, 0 0 1em #fff; 
			/*For IE Compatibility*/
			filter:Glow(color: #ffffff, strength: 3);
		}

#badges {position: absolute; right:0; top:110px; width:190px; }
#badges ul{margin: 0; padding: 0; list-style-type: none; text-align:center;}
#badges li{padding-bottom:25px;}
#copyright{text-align: center; height:25px; width:480px; background: url(../images/footer_mobile.png) no-repeat;}
#copyright p{position:absolute; top:567px; left:50%; margin-left:-127px; color:#fff; font-style: italic; }
}