body { margin:0px 0px; padding:0px; } 

* { box-sizing: Border-box } 

#container{
	background-color:white;
	position:absolute;
	overflow:hidden;
	border: 0px;
	cursor: pointer;
} 

.center {
	width:100vw;
    height:100vh;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#border{
	background-color:white;
	position:absolute;
	overflow:hidden;
	border: 1px solid #c7c7c7;
} 

#redbox{
	background-color:#e1261c;
	position:absolute;
	overflow:hidden;
	border: 0px;
} 
.sprite {
	position:absolute;
	background-repeat:no-repeat;
}

#copy_1a {
	left:19px;
	top:30px;
	width:160px;
	height:26px;
	background-image:url("../img/copy_1a.png");
}

#copy_1b {
	left:20px;
	top:64px;
	width:221px;
	height:26px;
	background-image:url("../img/copy_1b.png");
}

#copy_1c {
	left:19px;
	top:97px;
	width:234px;
	height:33px;
	background-image:url("../img/copy_1c.png");
}

#copy_1d {
	left:20px;
	top:138px;
	width:148px;
	height:26px;
	background-image:url("../img/copy_1d.png");
}

#copy_1e {
	left:21px;
	top:155px;
	width:132px;
	height:23px;
	background-image:url("http://iamyoram.com/portfolio-item/mywork/banners/sf_jacked_up_300x250/img/copy_1e.png");
}

#copy_2a {
	left:21px;
	top:30px;
	width:143px;
	height:26px;
	background-image:url("../img/copy_2a.png");
}

#copy_2b {
	left:20px;
	top:64px;
	width:193px;
	height:26px;
	background-image:url("../img/copy_2b.png");
}

#copy_2c {
	left:20px;
	top:97px;
	width:254px;
	height:33px;
	background-image:url("../img/copy_2c.png");
}

#copy_3a {
	left:20px;
	top:30px;
	width:180px;
	height:20px;
	background-image:url("../img/copy_3a.png");
}

#copy_3b {
	left:21px;
	top:52px;
	width:234px;
	height:20px;
	background-image:url("../img/copy_3b.png");
}

#copy_3c {
	left:20px;
	top:74px;
	width:132px;
	height:17px;
	background-image:url("../img/copy_3c.png");
}

#cta_Arrow {
	left:111px;
	top:8px;
	width:8px;
	height:11px;
	background-image:url("../img/cta_arrow.png");
}

#cta_Copy {
	left:10px;
	top:8px;
	width:92px;
	height:11px;
	background-image:url("../img/cta_copy.png");
}

#cta_fpo {
	left:20px;
	top:114px;
	width:128px;
	height:26px;
	background-image:url("../img/cta_fpo.png");
}

#cta {
	left:20px;
	top:114px;
	width:128px;
	height:26px;
}

#ctabg {
	width:128px;
	height:26px;
	background-color:white;
}

#shine {
	width:242px;
	height:72px;
	background-image:url("../img/shine.png");
}

#shineContainer{
	overflow: hidden;
}

#logo_red {
	left:126px;
	top:198px;
	width:162px;
	height:24px;
	background-image:url("../img/logo_red.png");
}

#logo_white {
	left:126px;
	top:198px;
	width:162px;
	height:24px;
	background-image:url("../img/logo_white.png");
}

#bg_slide {
	overflow: hidden;

}

#logo_white_holder {
	overflow: hidden;

}

#bg1 {
	left:0px;
	top:0px;
	width:300px;
	height:250px;
	background-image:url("../img/bg1.jpg");
}

#bg2 {
	left:0px;
	top:0px;
	width:300px;
	height:250px;
	background-image:url("../img/bg2.jpg");
}

#legal {
	left:0px;
	top:28px;
	width:300px;
	height:151px;
	background-image:url("../img/legal.png");
}

#legal_btn {
	left:20px;
	top:230px;
	width:51px;
	height:20px;
	cursor: pointer;
	background-image:url("../img/legal_btn.png");
}

#legal_x {
	left:281px;
	top:34px;
	width:15px;
	height:15px;
	cursor: pointer;
	background-image:url("../img/legal_x.png");
}

#legal_container{
	display:none;
}
