@charset "UTF-8";
/* CSS Document */
@media only screen and (max-device-width: 480px)
 {
	
	  body
	  {
		font-size: 100%;
		width:auto;
	  }
	  
	  #header
	  {
		background-image: url(header_img.png);
		background-size: 100% 100%;
		background-origin: content-box;
		background-repeat: no-repeat;
	  }
	  
	  #content 
	  {
		width:50%;
		height:auto;
		font-size:100%;
	  }
	  
	  #nav 
	  {
		width:100%;
	  }
		
	  #container 
	  {
		width:auto;	
	  }
	  
	  #center
	  {			
		height:auto;
		width:auto;
		font-size:100%;
		padding-left: 20px;
	  }
	 
	  #rightContent
	  {
		display:none;	
	  }
	  
	  #leftContent
	  {	
		height:auto;
		width:20%;
	  }
	  
	  #bottomLeft
	  {
		height:auto;
		width:auto;
		padding-left:0;	
	  }
	   
	  #footer
	  {
		height:auto;
		width:100%;
		font-size:100%;
	  }
	
}
