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

/* CSS reset */
* {
    margin: 0;
    padding: 0;
	position:absolute;
}
img{
	border:none;
}
body{
	cursor:pointer;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
#ie-fallback{
	z-index:99;
	top:0px;
	left:0px;
	}
/* Contaciner Area */
#wrapper {
	width:1070px;
	height:300px;
	overflow: hidden;
	background:#ffffff;
	border:1px solid #666666;
 	box-sizing: border-box;
}

/* Common Frame */
#logo{
	top:0px;
	left:0px;
	width:1070px;
	height:300px;
	background:url(../images/logo.png) no-repeat
}

/* First Frame */
#background{
	width:1070px;
	height:300px;
	top:0px;
	left:0px;
	background:url(../images/background.png) no-repeat;
}
#skyline_grey{
	width:100%;
	height:131px;
	bottom:0px;
	left:0px;
	background:url(../images/skyline_bred_grey.png) repeat-x 0 0 transparent;
}
#skyline_green{
	width:100%;
	height:130px;
	bottom:0px;
	left:0px;
	background:url(../images/skyline_bred_darkgreen.png) repeat-x 0 0 transparent;
}
#sub_heading{
	width:1070px;
	height:300px;
	top: -200px;
	left:0px;
	background:url(../images/sub_heading.png) no-repeat;
}
#remark{
	width:1070px;
	height:300px;
	top: 250px;
	left:0px;
	background:url(../images/remark.png) no-repeat;
}
#chat{
	width:1070px;
	height:300px;
	top: 300px;
	left:0px;
	background:url(../images/chat.png) no-repeat;
}

#txt1,#txt1_1,#txt2,#txt2_1,#txt3,#txt3_1,#txt4,#txt4_1{
	width:1070px;
	height:300px;
	top: -130px;
	left:0px;
	}
#txt1{
	background:url(../images/txt1.png) no-repeat;
}
#txt1_1{
	top:0px;
	left:-240px;
	background:url(../images/txt1_1.png) no-repeat;
}

#txt2{
	background:url(../images/txt2.png) no-repeat;
}
#txt2_1{
	top:0px;
	left:-240px;
	background:url(../images/txt2_1.png) no-repeat;
}
#txt3{
	background:url(../images/txt3.png) no-repeat;
}
#txt3_1{
	top:0px;
	left:-240px;
	background:url(../images/txt3_1.png) no-repeat;
}
#txt4{
	background:url(../images/txt4.png) no-repeat;
}
#txt4_1{
	top:0px;
	left:-240px;
	background:url(../images/txt4_1.png) no-repeat;
}

	
#cta{
	width:1070px;
	height:300px;
	top:100px;
	left:0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background:url(../images/cta.png) no-repeat;
}
#glow{
	width:80px;
	height:67px;
	top: 205px;
	left: 480px;
	opacity:0;
	background:url(../images/glow.png) no-repeat;
}
