body {
    margin: 0px;
    background: url("/elitelive/resources/3051/ClassBooking%201000x1000-01.jpg") no-repeat center center fixed;
    background-position: center center;
    background-size: cover;
}

.ah_segment {
    background-image: none;
    background-color: rgba(255,255,255,0.7);
}

.logo_space {
    height: 180px;
    background-image:url("/elitelive/resources/3051/Online%20Bookings%20Background.png");
    background-position: center top;
    background-repeat:repeat-x;
    background-size: auto 60%;
}

/*****************************************************************************
   MEDIA SPECIFIC FOLLOWS
*****************************************************************************/
@media (min-width: 0px) and (max-width: 640px) {
    .logo_space {
        background-size: 100% auto;
    }
}


@media (min-width: 641px) and (max-width: 900px) {
    .logo_space {
        background-size: 100% auto;
    }
}


@media (min-width: 901px) {
	/* This *SHOULD* be empty as the default layout is based on the basic setup
	 * only smaller media-based sizes carryout overrides
	 */	
}
