body {
	margin: 0px;
}

#container {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	display: block;
	position: relative;
	cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow: hidden;
	background-color: #b1b8cd;
    border: 1px solid #cbcbcb;
}

#banner {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	display: block;
	overflow: hidden;
}

#invisiblePlate {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 300px;
	height: 600px;
	opacity: 1;
    background : url('img_invisiblePlate.png') no-repeat;
    z-index: 100;
}


#cta1{
    position: absolute;
    overflow: hidden;
    opacity: 0;
    top: 539px;
    left: 155px;
    width: 137px;
    height: 26px;
    z-index: 40;
}

#img_cta {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 137px;
    height: 26px;
	opacity: 1;
    background: url('cta1.png') no-repeat;
    z-index: 45;
}

#ctaShimmer {
    position: absolute;
    top: 0px;
    left: -50px;
    width: 42px;
    height: 27px;
	opacity: .5;
    background : url('graphic_shimmer.png') no-repeat;
    z-index: 50;
}

#girl{
    position: absolute;
    overflow: hidden;
    top: -205px;
    left: -350px;
    width: 1003px;
    height: 1600px;
    z-index: 30;
}

#pic1{
    position: absolute;
    top: 0px;
    left: 0px;
	width: 1003px;
    height: 1600px;
	opacity: 1;
    background: url('pic1a.jpg') no-repeat;
    z-index: 30;
}

#tongue{
    position: absolute;
    top: 789px;
    left: 410px;
	width: 125px;
    height: 61px;
	opacity: 1;
    background: url('tongue.png') no-repeat;
    transform-origin: right bottom;
    z-index: 30;
}

#footer {
    position: absolute;
    top: 500px;
    left: 0px;
	width: 300px;
    height: 100px;
	opacity: 1;
    background: #fff;
    z-index: 35;
}

#logo {
    position: absolute;
    top: 39px;
    left: 93px;
	width: 115px;
    height: 55px;
	opacity: 0;
    background: url('mos_logo.png') no-repeat;
    z-index: 70;
}

#txt1 {
    position: absolute;
    top: 30px;
    left: 30px;
	width: 169px;
    height: 172px;
	opacity: 0;
    background: url('txt1.png') no-repeat;
    z-index: 32;
}
#frogs {
    position: absolute;
    top: 525px;
    left: 5px;
	width: 140px;
    height: 54px;
	opacity: 0;
    background: url('frogs.png') no-repeat;
    z-index: 35;
}