/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

#page {
	background: url(../../images/background/bridge/bridge.jpg) 50% 50% no-repeat fixed;
	background: 
		url(../../images/background/texture/tv_70.png) 0 0 repeat fixed,
		url(../../images/background/bridge/bridge.jpg) 50% 50% no-repeat fixed,
		#9fbfa8;
		background-size: auto, cover;
}

@media (max-device-width: 1024px)  {

	#page {
		background-image: none; 
		background-color: #9fbfa8;
	}

}

