/* Video background
*****************************************************/
#background {
	position:fixed;
	z-index: 1;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	/*background: url('/images/bg-wave.jpg') center 40% no-repeat;*/
}
#background video {
	position:absolute;
	z-index: 5;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
#overlay{
	background: url('../../img/video/3x3-60.png') repeat;
	overflow: hidden;
	position: fixed;
	height: 9999px; /* iphone fix */
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8;
	opacity: 0.5;
}/* End Video background */