@media screen and (min-width: 641px) and (max-width: 1200px)  {


/* Body */

html, body {
	font-size: 1.0em;
}



/* Container */

#container {
	width:100%;
	max-width: 1024px;
	margin: auto;
	text-align: center;
}






/* Content */







/* Rows */







/* H Rules */







/* Images */







}
/* End Media Query */