﻿#initiateImage{display:none;}
html, body{min-height:100%;}
/*body{min-height:100%;}*/
#fixed{height:10px;}
.bg_container {
    position    : absolute;
    top         : 0px;
    left        : 0px;
    overflow    : hidden;
    height      : 100%;
    font-weight : bold;
    font-size   : 30px;
}

/*img {                     //Commented this style since it distored the Logo and all images in CI template 
    position : absolute;
    width    : 100%;
    top      : 0px;
    z-index  : -1;
} */



.fix_me {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1000;
}