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

body, body * {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}

#exit_btn{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor: pointer !important;
	z-index:800;
}

#container{
	position:absolute;
	width:728px;
	height:90px;
	top:0px;
	left:0px;
	margin:auto;
	z-index: 20;
}

/*  Content*/

#content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 968px;
	height: 248px;
	border: 1px solid #666666;
	background-color: #ffffff;
	z-index: 300;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
}

#frame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 968px;
	height: 248px;
	background-image: url('frame.png');
	background-repeat: no-repeat;
	z-index: 600;
}

#slide1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 803px;
	height: 248px;
	background-image: url('bg1.jpg');
	background-position-x: 20px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	z-index: 300;
	
}

#slide1 #capitalE{
	position:absolute;
	left: 379px;
  	top: 80px;
  	width: 61px;
  	height: 80px;
	background-image:url('capital_E.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide1 #text1{
	position:absolute;
	left: 451px;
  	top: 75px;
  	width: 411px;
  	height: 97px;
	background-image:url('text1.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 803px;
	height: 248px;
	background-image: url('bg2.jpg');
	background-position-x: 20px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	z-index: 300;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide2 #capitalB{
	position:absolute;
	left: 382px;
  	top: 82px;
  	width: 65px;
  	height: 79px;
	background-image:url('capital_B.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide2 #text2{
	position:absolute;
	left: 456px;
  	top: 74px;
  	width: 534px;
  	height: 84px;
	background-image:url('text2.png');
	background-repeat: no-repeat;
	z-index: 401;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide3{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 803px;
	height: 248px;
	background-image: url('bg3.jpg');
	background-position-x: 20px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	z-index: 300;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide3 #capitalH{
	position:absolute;
	left: 375px;
  	top: 82px;
  	width: 76px;
  	height: 77px;
	background-image:url('capital_H.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide3 #text3{
	position:absolute;
	left: 460px;
  	top: 72px;
  	width: 515px;
  	height: 97px;
	background-image:url('text3.png');
	background-repeat: no-repeat;
	z-index: 501;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide3 #text4{
	position:absolute;
	left: 236px;
  	top: 89px;
  	width: 346px;
  	height: 69px;
	background-image:url('text4.png');
	background-repeat: no-repeat;
	z-index: 501;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#slide3 #cta{
	position:absolute;
	left: 610px;
  	top: 89px;
  	width: 150px;
  	height: 61px;
	background-image:url('cta.gif');
	background-repeat: no-repeat;
	z-index: 501;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}



