/* CSS Document */

#tno_i_load {
	display:inline-block;
	float:left;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	background-color:#FFF;
	z-index:500;
}

#tno_i_load_logo {
	display:inline-block;
	float:left;
	height:6%;
	position:absolute;
	left:0px;
	margin:2% 0px 2% 0px;
	width:100%;
}

#tno_i_load_logo #tno_i_load_logo_img {
	display:inline-block;
	float:left;
	margin:0px 0px 0px 10%;
	width:18%;
	height:100%;
	position:relative;
}

#tno_i_load_logo img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position: absolute;
 	bottom:0%;
	left:0px;
}

#tno_i_load_line_left {
	display:inline-block;
	height:19%;
	width:9%;
	background-color:#000;
	bottom:1%;
	position:absolute;
	left:0px;
}

#tno_i_load_line_right {
	display:inline-block;
	height:19%;
	width:74%;
	background-color:#000;
	bottom:1%;
	position:absolute;
	left:26%;
}

#tno_i_load_content {
	position:absolute;
	top:6%;
	display:inline-block;
	float:left;
	width:100%;
	left:0px;
	margin:150px 0px 0px 0px;
	font-family:'Franklin Gothic','Merriweather', 'Geneva', 'Verdana', sans-serif;
	
	text-transform:uppercase;
	font-size:30px;
	text-align:center;
}
