@font-face {
    font-family: Myriad Pro;
	src: url("../fonts/Myriad Pro/EOT/MyriadPro-Regular.eot");
   	src: local("☺"), 
		 url("../fonts/Myriad Pro/OTF/MyriadPro-Regular.otf") format('opentype'),
	     url("../fonts/Myriad Pro/TTF/MyriadPro-Regular.ttf") format('truetype'),
		 url("../fonts/Myriad Pro/WOFF/MyriadPro-Regular.woff") format('woff'),
		 url("../fonts/Myriad Pro/EOT/MyriadPro-Regular.eot?#iefix") format('embedded-opentype'),
		 url("../fonts/Myriad Pro/SVG/MyriadPro-Regular.svg") format('svg');
}

@font-face {
    font-family: Heroic Condensed;
	src: url("../fonts/Heroic Condensed/EOT/HeroicCondensed-Regular.eot");
    src: local("☺"),
	     url("../fonts/Heroic Condensed/OTF/HeroicCondensed-Regular.otf") format('opentype'),
		 url("../fonts/Heroic Condensed/TTF/HeroicCondensed-Regular.ttf") format('truetype'),
		 url("../fonts/Heroic Condensed/WOFF/HeroicCondensed-Regular.woff") format('woff'),
		 url("../fonts/Heroic Condensed/EOT/HeroicCondensed-Regular.eot?#iefix") format('embedded-opentype'),
		 url("../fonts/Heroic Condensed/SVG/HeroicCondensed-Regular.svg") format('svg');
}

#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	margin: auto;
}

#logoContainer {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 600px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
}

#logo_1{
	background-image: url(../images/index/img_index_01.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 600px; 
	opacity:1;
	filter:alpha(opacity=100);
	margin:inherit; 
}

#logo_2{
	background-image: url(../images/index/img_index_02.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	top: 0px;/*-604px;*/
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 600px;
	opacity:0;
	filter:alpha(opacity=0);
	margin:inherit; 
}

#logo_3{
	background-image: url(../images/index/img_index_03.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	top: 0px;/*-1208px;*/
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 600px;
	opacity:0;
	filter:alpha(opacity=0);
}

#logo_4{
	background-image: url(../images/index/img_index_04.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	top: 0px;/*-1812px;*/
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 600px;
	opacity:0;
	filter:alpha(opacity=0);
}

#logo_5{
	background-image: url(../images/index/img_index_05.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	top: 0px;/*-2416px;*/
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 600px;
	opacity:0;
	filter:alpha(opacity=0);
}


.formRow{
	background-color:#fff;
	height: 250px;	
}

.texts{
	font-family: 'Heroic Condensed', Arial, Tahoma;
	font-size:23px;
	color:#666666;
}
