html, body  { width: 100%; height: 100%; overflow:hidden; background:black; }
body        { margin: 0; height: 100%;}
img         { width:100%; max-width:100%; height:auto;}
.fadein     { height:100%;position:relative;}
.fadein img { position:absolute;left:0;}

#left-txt{ border:3px solid brown;padding:10px;position:fixed; z-index:2000; left:10px; background:white; color:black;bottom:5px; }
#right-txt{border:3px solid brown; padding:10px;position:fixed; z-index:2000; right:10px; background:white; color:black;bottom:5px; }
#name{ border:3px solid brown;position:fixed;top:10px;left:10px;background:white;padding:5px;color:black;}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(9,9,9);
}