#bg {		
			b/ackground-image: url('../images/bg_small/bg9.jpg');
			background-size: cover;
			max-height: 100%;
			height: 100%;
			
			width: 100%;
			m/ax-width: 1920px;
			
			position: fixed;
			top: 0px;
			
			z-index: -100;
		}

		#bg img {
	        position:absolute;
	        left:0px;
		}
				

		#pattern {
		top: 0px;
		position:fixed;
		background: url('../images/pattern.png');
		opacity: 0.1;
		overflow:auto; 			/* restore scrollbars for the content */
		height:100%;width:100%;	
		z-index: -99;
}

video#bgvid {
		position: fixed; right: 0; bottom: 0;
		min-width: 100%; min-height: 100%;
		width: auto; height: auto; z-index: -100;
		background: url(video/polina.jpg) no-repeat;
		background-size: cover;
		}
