@charset "UTF-8";
/* CSS Document */
@media only screen and (max-device-width: 480px) {
	
	* {
	float: none;
	}
	
	html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table, .navigation  {
    -webkit-text-size-adjust:none;
}

html, body, p { 
	width: 100%; 
	min-width: 100% !important;
	max-width: 100% !important;
	display: block; 
	margin: 0px; 
	padding: 0px; 
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 175%;
}

img{
        max-width:100%;
        height:auto;
    }
	/* 
	
		div#wrapper {
			width: 400px;
		}*/
	
	}
	

