@charset "UTF-8";

@font-face {
    font-family: 'arimoregular';
    src: url('arimo-regular-webfont.eot');
    src: url('arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('arimo-regular-webfont.woff') format('woff'),
         url('arimo-regular-webfont.ttf') format('truetype'),
         url('arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'molengoregular';
    src: url('molengo-regular-webfont.eot');
    src: url('molengo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('molengo-regular-webfont.woff') format('woff'),
         url('molengo-regular-webfont.ttf') format('truetype'),
         url('molengo-regular-webfont.svg#molengoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 680px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	margin: 0 auto;
	width: 940px;
	height: 130px;
	background-image: url(solucon-tram-header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.oneColFixCtr #left-side {
	width: 205px;
	height: 315px;
	margin-top: 20px;
	background-image: url(solucon-tram-map-welcome.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-right: #c1272d solid 2px;
}

.oneColFixCtr #left-strip {
	position: relative;
	float: left;
	margin-left: 225px;
	margin-top: -320px;
	width: 30px;
	height: 330px;
	background-image: url(solucon-tram-strip-welcome.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.oneColFixCtr #right-side {
	position: relative;
	float: right;
	width: 695px;
	height: 300px;
	margin-top: -300px;
	font-family: arimoregular;
	font-size: 30px;
	text-align: right;
}

.oneColFixCtr #eye {
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: -100px;
	width: 145px;
	height: 140px;
	background-image: url(solucon-tram-eye.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.oneColFixCtr #continue {
	width: 940px;
	height: 40px;
	margin-top: 30px;
    /*
	background-image: url(solucon-tram-button-continue.jpg);
	background-position: center;
	background-repeat:no-repeat;
	*/
	text-align: center;
	font-family: arimoregular;
	font-size: 48px;
	color: #FFF;
}

.oneColFixCtr #continue  a {
	text-decoration: none;
	color: #fff;
}

.oneColFixCtr #continue  a:hover {
	text-decoration:none;
	color: #088a29;
}

#continue-button {
    width:300px;
    height:60px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #0B6138;
}

.oneColFixCtr #mainContent {
	position: relative;
	padding-left: 240px;
	padding-top: 10px;
	width: 940px;
	height: 450px;
	font-family: arimoregular;
	color: #4d4d4d;
	text-align: center;
}

.oneColFixCtr #analytics {
	width: 940px;
	position: relative;
	top: 50px;
	margin: 0 auto;
}

#overlay {
    width: 100%;
}
#overlay1 {
    margin: 0 auto;
    width: 580px;
    height: 580px;
    background: #000;
    position: absolute;
    top: 200px;
    left: 200px;
}
#overlay2 {
    margin: 0 auto;
    width: 500px;
    height: 500px;
    background-image: url(/theater-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
    margin-top: 30px;
}