@charset "utf-8";
html, body {overflow:hidden;}

div#container{
	width:100%;
	background-image: url(_img/intro/bg.jpg);
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:hidden;	/* will have a scrollbar at our content containier **hide all the scroll bar accroding to user request***/
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

div#content div{margin:0 auto;}

#bgLayer {height:100%; background: url(../_img/intro/bg.jpg) repeat-x scroll top;}

div#wrapper{
	width:100%; margin:0 auto; padding:0px;
}

div#spacer{height:40px;}

#footer {height:40px; width:100%; bottom:0px; position:absolute; overflow:hidden;}
	#footer #footerDiv{background-image: url(../_img/corporate/footer_bg.jpg); height:40px;  padding:5px; width:98%; margin:0 auto; background-color:#EEEEEE; }

/*
a:link {
	color: #473c47;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #473c47;
}
a:hover {
	text-decoration: underline;
	color: #473c47;
}
a:active {
	text-decoration: none;
	color: #473c47;
}
*/