body {
	background: #000 url(../images/ifc25_partner_event_2100-720.jpg) no-repeat center top;
	background-size: cover;
}

/* media query for cell phone size screen */
@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 600px) {}

/* Media query for tablet size screen */
@media only screen and (max-width: 768px) {}

/* Media query for large screens */
@media only screen and (max-width: 992px) {
	body {
		background: none;
		background-color: #000;
		background-size: cover;
	}
}

/* Media query for large screens */
/*@media only screen and (min-width: 992px) {
body {
	background: #000 url(/images/Online-Exp.jpg) no-repeat center top; 
	background-size: cover;
} 

}*/