#mc {
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	position: absolute;
	overflow: hidden;
	background-color: #121b78;
}

#mc #bgExit {
	width: 728px;
	height: 90px;
	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: 726px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}

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

#ref_image {
	top: 0;
	left: 0;
	position: absolute;
	width: 728px;
	height: 90px;
	/*opacity: 0.5;*/
	background: url("../../_DESIGN_ASSETS/728x90/2.jpg") no-repeat;
}

.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 0px 5px rgba(0,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

#mc #bkg_solid {
	top: 207px;
	left: 0;
	width: 728px;
	height: 90px;
	background-color: black;
	position: absolute;
}

/* BACKGROUND ELEMENTS */
#mc #headline_txt {
	width: 728px;height: 90px;top: 0;left: 0;position: absolute;
	background: transparent url("img/phrma_theWrongScript_728x90_TXT.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 728px 90px;
	     -o-background-size: 728px 90px;
	        background-size: 728px 90px;
}

#mc #bottom_txt {
	width: 728px;height: 90px;top: 0;left: 0;position: absolute;
	background: transparent url("img/phrma_theWrongScript_728x90_bottom_TXT.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 728px 90px;
	     -o-background-size: 728px 90px;
	        background-size: 728px 90px;
}

#mc #phrma_logo {
	width: 171px;height: 63px;top: 30px;left: 591px;position: absolute;
	background: transparent url("img/phrma_logo.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 171px 63px;
	     -o-background-size: 171px 63px;
	        background-size: 171px 63px;
}

#mc #phrma_hand_top {
	width: 278px;height: 279px;top: -90px;left: 181px;position: absolute;
	background: transparent url("img/phrma_handTop.png") 0 0 no-repeat;

}

#mc #phrma_bkg {
	width: 728px;height: 90px;top: 0px;left: 0px;position: absolute;
	background: transparent url("img/phrma_mainBkg.jpg") no-repeat;

}

#mc #phrma_woman {
	width: 738px;height: 567px;top: 0px;left: 0px;position: absolute;
	background: transparent url("img/phrma_mainWoman.png") 0 0 no-repeat;

}

