#mc {
	top: 0;
	left: 0;
	width: 970px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	background-color: #1bbeeb;
}

#mc #bgExit {
	width: 970px;
	height: 250px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 15000;
}

#mc #border {
	border: 1px solid #666;
	width: 968px;
	height: 248px;
	position: absolute;
	top: 0;
	left: 0;
}

#mc #loading { 
	background-color: white;
	width: 968px;
	height: 248px;
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

.fix_shake {
	-webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	transform:rotateZ(0.001deg);
}

#mc .drop_shadow{
	-webkit-filter: drop-shadow(0px 15px 25px rgba(0,0,0,0.5));
  	filter: drop-shadow(0px 15px 25px rgba(0,0,0,0.5));
}

#mc #bkg_solid {
	top: 0;
	left: 0;
	width: 970px;
	height: 250px;
	background-color: #1bbeeb;
	position: absolute;
}

#mc .hide{display: none;}

/* SVG STYLEs */
#mc svg{position: absolute;overflow: hidden;}
#mc .st0{fill:#FFFFFF;}
#mc .st1{fill:#FFDE17;}

/* BACKGROUND ELEMENTS */
#mc .dollar_load {
	width: 903px;height: 381px;top: 0;left: 0;position: absolute;
	background: transparent url("img/phrma_dollar.jpg") 0 0 no-repeat;
}

#mc #grey_block{width: 700px;height: 250px;top: 0;left: 649px;position: absolute;background: #58585a;transform: skew(-38deg);}

#mc #dollar_cont{width: 903px;height: 381px;top: -104px;left: -303px;position: absolute;}
#mc #dollar_left {left: -250px;width: 700px;height: 500px;position: absolute;}
#mc #dollar_right {left: 449px;width: 1100px;height: 500px;position: absolute;}
#mc #dollar_1{left: 200px;position: absolute;}
#mc #dollar_2{left: -499px;position: absolute;}

#mc .left_skew{transform: skew(-20deg);overflow: hidden;}
#mc .right_skew{transform: skew(20deg);overflow: hidden;}


