/* --------------------------  reset  ------------------------------ */



html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 

{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }



ol, ul {list-style: none; }

.clear{clear:both;font-size:0px;line-height:0px;height:0px;}



/* --------------------------  general  ------------------------------ */

body 

{

	text-align: 			left;

	font-family: 			Arial, Helvetica, Sans;

	padding : 				0px;

	margin : 				0px;

	background-color : 		#fff;

}		



/* --------------- CONTAINER ---------------*/

*



#Container {
		clear:				both;		
		margin: 			0px;
		margin-left: 		auto;
		margin-right: 		auto;
		padding: 			0px;
		text-align:			center;	
		background-color : 	#fff;
		border: 			none;
		}

		

#Container  img

		{
		margin-top: 5%;
		border: 			none;
		}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
/* Styles */

#Container  img

		{

		max-width:100%;
                height:auto;
                border:none;
		}


}
