body {
			margin: 0 auto;
			padding: 0;
			font: 12px Arial, Helvetica, sans-serif;
			background: #fff;
			-webkit-font-smoothing: antialiased;
			text-align:center;
		}
		

#wrapper{
	margin: 0 auto;
	position:relative; 
}

/*
.choice{ z-index:20; padding-top: 5px; width:200px; margin: 0 auto;}
.choice ul{ padding:0; margin: 0 auto; }
.choice li{ list-style:none; padding-right:5px; float:left;}
*/
/*.choice { width:100%; display:block; margin: 0 auto; clear:both; text-align: center;}*/
.choice{ position:absolute; z-index:20; top:36px; left:47%; clear:both;display:block; }
.choice a { color:#343434; text-decoration: none; }
.item {float:left;display:block;padding-right:5px;}
.gap {float:left;} 
   
a { text-decoration: none;}
li{ list-style:none;}


/* Portrait */
@media screen and (max-device-width: 600px) and (orientation:portrait) {
	
  /* .choice{ position:relative; padding-top: 5px; margin: 0 auto;text-align: center;}*/

}

/* Landscape */

@media screen and (max-device-width: 600px) and (orientation:landscape) {
	/*.choice{ position:absolute; z-index:20; top:10px; left:45%;}*/
   
	
}



     
img { border: 0;}		
		
.content {
			width: 100%;
			
			
		}
		
		