body {
	margin: 0px;
}

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

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

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


#cta1{
    position: absolute;
    overflow: hidden;
    opacity: 0;
    top: 207px;
    left: 152px;
    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;
}

#boy{
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    z-index: 30;
}

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

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

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

#logo {
    position: absolute;
    top: 16px;
    left: 10px;
	width: 107px;
    height: 50px;
	opacity: 0;
    background: url('mos_logo.png') no-repeat;
    z-index: 70;
}

#txt1 {
    position: absolute;
    top: 20px;
    left: 20px;
	width: 113px;
    height: 113px;
	opacity: 0;
    background: url('txt1.png') no-repeat;
    z-index: 32;
}
#frogs {
    position: absolute;
    top: 194px;
    left: 6px;
	width: 129px;
    height: 50px;
	opacity: 0;
    background: url('frogs.png') no-repeat;
    z-index: 35;
}