/* 
==========================================
handheld.css

	Small screen media.

==========================================
*/
@import "http://troop612slz.org/css/base.css";

html, 
body, 
.fullPage{
	background: 	white; 
	width: 			310px;
	max-width:	   310px; 
	}

html {
	background:		#666666;
	}

.fullPage {
	margin:			0px;
}
	
img  {
	max-width: 100%;
	}
	
/* Adjust the topper */
.topper {
	width:	300px;
}	
	

