/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

#page {
/*	background: url(../../../../images/base-court_generic/BC_background.jpg) no-repeat fixed;*/
	background: 
		url(../../images/background/texture/tv_70.png) 0 0 repeat fixed,
		#FF0;
	    background-size: auto, cover;
}

@media (max-device-width: 1024px)  {

	#page {
		background-image: none;
		background-color: #FF0;
	}

}

