body{
	
}
@media (max-width: 480px) 
{
	/*		*/

	#frame, #content-well, #main-box, #footer
	{ 
		max-width:480px;
		min-width:320px
	}
		
	#Logo, #footerLogo{  
		visibility:hidden; 
	}
		
	.box, #colRight, #colLeft
	{
		float:none;
	}
		
	.half
	{
		width:100%
	}
	
}
