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

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

#container {
	display: hidden;
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000000;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

/* Invisible button for entire banner */
#bannerButton {
	position: absolute;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	cursor: pointer;
	background-color: #FFFFFF;
	opacity: .01;
	border: none;
	outline: none;
	display: block;
	z-index:  1000;
}

.bgImage {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size:  contain;
}

#bg {
}

#photo {
	visibility: visible;
	background-image: url(photo.jpg);
}

#rect_red {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 9px;
	height: 53px;	
	background-color: #e1261c;
}

#rect_black {
	visibility: visible;
	left: 0px;
	top: 220px;
	width: 300px;
	height: 30px;	
	background-color: #000000;
}

#rect_white {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 53px;	
	background-color:  #ffffff;
}

#logo {
	background-image: url(logo.png);
}

#map {
	background-image: url(map.png);
	left: 140px;
	top: 70px;
	width: 180px;
	height: 180px;
	z-index: 2;
}

#text_1_1 {
	background-image: url(text_1_1.png);
}

#text_1_2 {
	background-image: url(text_1_2.png);
}

#text_1_3 {
	background-image: url(text_1_3.png);
}

#text_1_41 {
	background-image: url(text_1_41.png);
}

#text_1_42 {
	background-image: url(text_1_42.png);
}

#text_1_43 {
	background-image: url(text_1_43.png);
}

#text_1_44 {
	background-image: url(text_1_44.png);
}

#legal {
	background-image: url(legal.png);
}

#bullet_1 {
	background-image: url(bullet_1.png);
}

#bullet_2 {
	background-image: url(bullet_2.png);
}

#bullet_3 {
	background-image: url(bullet_3.png);
}

#bullet_4 {
	background-image: url(bullet_4.png);
}

#bullet_5 {
	background-image: url(bullet_5.png);
}

#cta_button {
	background-image: url(cta_button.png);
}