html, body{
	background-color:#fff; 
	padding:0;
	margin:0;
} 

div {
	position:absolute;
	width: 120px;
	height: 600px;
    background-repeat: no-repeat;
    background-size: contain;    
}

#banner{
	background:#ffffff;
	cursor: pointer;
	overflow:hidden;
    opacity: 0;
}

#keyline {
	border: 1px solid #000000; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#cars {
	background-image: url(images/cars.jpg);
}

#nameplate {
	background-image: url(images/nameplate.png);
}

#offer {
	background-image: url(images/offer.png);
}

#ctaOut {
	background-image: url(images/cta.png);
}

#ctaOver {
	background-image: url(images/ctaOver.png);
}

#legalText {
    background-color: #000000;
    opacity: 0.9;
    padding: 0;
    margin: 0;
    top: -605px;
}

#legalText p {
    color: #ffffff;
    font-size: 11px;
    font-family: Arial, "sans-serif";
    line-height: 1.3em;
    opacity: 1;
    margin: 0;
    padding: 50px 5px 10px 5px;
    width: 110px;
    height: 540px;
    overflow: auto;
}

#legal_close {
	background-image: url(images/close.png);
    background-position: center;
    background-size: 20px 20px;
  	width: 40px;
  	height: 40px;
	top: 10px;
    right: 10px;
}

#cta_roll{
	cursor: pointer;
    bottom: 57px;
    left: 10px;
    width: 74px;
    height: 24px;
}

#legal_roll{
	cursor: pointer;
    bottom: 2px;
    right: 2px;
    width: 60px;
    height: 20px;
}