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

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

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

/* Global */
.adSize { position:absolute; top:0px; left:0px; width:300px; height:250px; }
.defPos { position:absolute; top:0px; left:0px; }
.buttonConfig { background-color:#fff; cursor: pointer; opacity:0; }
.hideElm { display: none; }
.anchorCenter { -webkit-transform-origin: center center; transform-origin: center center; }


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

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

/* frame2 */
#txt2a { background: url(images/txt2a.png) no-repeat; }
#txt2b { background: url(images/txt2b.png) no-repeat; }
#txt2c { background: url(images/txt2c.png) no-repeat; }
#txt2d { background: url(images/txt2d.png) no-repeat; }

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

/* frame4 */
#txt4a { background: url(images/txt4a.png) no-repeat; }
#txt4b { background: url(images/txt4b.png) no-repeat; }

#cta_out { background: url(images/cta_out.png) no-repeat; }
#cta_over { background: url(images/cta_over.png) no-repeat; opacity: 0;}

/* Background */
#bg { background: url(images/bg.jpg) no-repeat; top:-62px; left:-75px; width:450px; height:375px; }
#shapes { background: url(images/shapes.png) no-repeat; top:-500px; left:0px; width:552px; height:750px; }

/* Border */
#border { background: url(images/border.png) no-repeat; opacity:0.3; }

