body{

	height: 100%;

    /*
	background: #ACB5B3;
    background: linear-gradient(to top, #ACB5B3, #BCC5C3);
    */
    background: #020000 url('../images/video_preloader.gif') no-repeat center; 
	/*background: #c3c4c3 url('../images/bg/los_angeles.jpg') no-repeat center top;
	background-size: 100% cover;
	-webkit-background-size: 100% cover;
	-o-background-size: 100% cover;
	-moz-background-size: 100% cover; 
	*/
}

.main{

	height: 100%;

	position: relative;

}

#main video{
	position:fixed;
	top: 0;
	left: 0;
   z-index:-1;
   min-width:100%;
   min-height:100%;
   overflow:hidden;
}

#youtube-video {
    position:fixed;
	top: 0;
	left: 0;
   z-index:1;
   min-width:100%;
   min-height:100%;
   overflow:hidden;
}

.bubble{

	position: absolute;

	top: 50%;

	left: 50%;

	width: 314px;

	height: 152px;

	background: url('../images/main/bubbles.png');

	margin: -146px 0 0 -157px;

	text-align: center;

	padding-top: 140px;

}

.bubble img{

	cursor: pointer;

}

#flash_sound{

	position: absolute;

	top: 50%;

	left: 50%;

	display: none;

	margin: -81px 0 0 102px;

	z-index: 1;

}

.main_mn a{

	color: #ddd;

}

.footer{
	color: #ddd;
}