html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background-color: #fff;
	margin: 0px;
}
#maincontainer {
	position: relative;
	width: 728px;
	height: 90px;
	background-color: #8562e4;
	border: 1px solid #000;
	overflow: hidden;
	cursor: pointer;
	margin: 0px;
}

#logo{
    position: absolute;
    left:-1px;
    top: -1px;
}
#copy1,#copy2,#copy3{
    position: absolute;
    left:-1px;
    top: -1px;
    opacity: 0;
}
#cta{
    position: absolute;
    left:-1px;
    top: -1px;
    opacity: 0;
}
#img{
    position: absolute;
    left: -1px;
    top: -1px;
}