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

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

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
svg{
	overflow:visible
}
#ie-fallback{
	z-index:99
}
#wrapper {
	width:300px;
	height:250px;
	overflow: hidden;
	border:1px solid #262626;
	background:#fffff;
 	box-sizing: border-box;
}
#bg{
	width:500px;
	height:400px;
	top: -77px;
	left: -102px;
	background:url(../images/bg.jpg) no-repeat;
}
#shadow{
	width:300px;
	height:250px;
	opacity:0;
	background:url(../images/shadow.png) no-repeat;
}
#logos{
	width:300px;
	height:250px;
	background:url(../images/logos.png) no-repeat;
}
#txt1{
	width:300px;
	height:250px;
	opacity:0;
	background:url(../images/txt1.png) no-repeat;
}
#txt2{
	width:300px;
	height:250px;
	opacity:0;
	background:url(../images/txt2.png) no-repeat;
}
#txt3{
	width:300px;
	height:250px;
	opacity:0;
	background:url(../images/txt3.png) no-repeat;
}
#cta{
	width:300px;
	height:250px;
	opacity:0;
	background:url(../images/cta.png) no-repeat;
}