@charset "UTF-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {
	text-decoration: none; 
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#container {
	position: absolute;
	width: 728px;
	height: 90px;
	border:1px solid #000000;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
	background-color: #ffca00;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#rolloverCatch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    z-index: 999;
    cursor: pointer;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    background-color: #fff;
    z-index: 998;
}

#hideMask {
    position: absolute;
    top: 49px;
    left: 618px;
    overflow: hidden;
    width: 92px;
    height: 16px;
    z-index: 600;
	border-radius: 16px;
}

#shimmer {
    position: relative;
	top:-10px;
    left: 200px;  
	opacity: .8;
}

#txt1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 70;
}
#txt2{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 70;
}
#header, #footer{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
}
#bubble{
    position: absolute;
    top: -85px;
    left: 175px;
    width: 100%;
    height: 100%;
    z-index: 50;
}
#kid1{
    position: absolute;
    top: -15px;
    left: 230px;
    width: 100%;
    height: 100%;
    z-index: 40;
}
#kid2{
    position: absolute;
    top: -15px;
    left: 230px;
    width: 100%;
    height: 100%;
    z-index: 50;
}
#kid3{
    position: absolute;
    top: -15px;
    left: 240px;
    width: 100%;
    height: 100%;
    z-index: 40;
}
#bckgrd {
    position: absolute;
    top: -20px;
    left: 100px;
    width: 400px;
    height: 400px;
	z-index: 10;
}
