   
   #main {
   /*
	background-image: url("../images/logos/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
	*/
	}

   .venuemaps {
   float:right;
   margin: 0 0 15px 10px;
   width:400px;
   }

   @media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {

		.venuemaps {
		display:none;
		}
		
	}