@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
}

#container { width:300px; height:250px;	overflow:hidden; top:0px; position:absolute; background-color:#fff;	display:none; }

/* Global */
.adSize { position:absolute; top:0px; left:0px; width:300px; height:250px; }
.woodSize { position:absolute; top:-96px; left:0px; width:300px; height:319px; }
.bgSize { position:absolute; top:0px; left:0px; width:300px; height:162px; } /* to 154*/
.buttonConfig { background-color:#fff; cursor: pointer; opacity:0; }
.anchorCenter { -webkit-transform-origin: center center; transform-origin: center center; }


/* Text 1 */
#txt1a { background: url(images/txt1a.png) no-repeat; }
#txt1b { background: url(images/txt1b.png) no-repeat; }
#txt1c { background: url(images/txt1c.png) no-repeat; }
#dots { background: url(images/dots.png) no-repeat; }

/* Text 2 */
#txt2a { background: url(images/txt2a.png) no-repeat; }
#txt2b { background: url(images/txt2b.png) no-repeat; }

/* Text 3 */
#txt3a { background: url(images/txt3a.png) no-repeat; }
#txt3b { background: url(images/txt3b.png) no-repeat; }

/* Text 4 */
#txt4 { background: url(images/txt4.png) no-repeat; }

/* Text 5 */
#txt5a { background: url(images/txt5a.png) no-repeat; }
#txt5b { background: url(images/txt5b.png) no-repeat; }
#txt5b_hover { background: url(images/txt5b_hover.png) no-repeat; opacity:0; }

/* Images */
#img_blocks { background: url(images/img_blocks.png) no-repeat; }
#img_tower { background: url(images/img_tower.png) no-repeat; }
#img_girl { background: url(images/img_girl.png) no-repeat; }

/* Footer */
#logo { background: url(images/logo.png) no-repeat; }
#hedge { background: url(images/hedge.png) no-repeat; }

/* Background */
#bg1 { top:-69px; }
#bg1a { background: url(images/bg1a.jpg) no-repeat; top:69px; left:0px; }
#bg1b { background: url(images/bg1b.png) no-repeat; position:absolute; top:0px; left:0px; width:300px; height:69px;  }
