
html{
	overflow: hidden;
	border: 0px ;

}


 body {
	background-color: transparent;
 	margin: 0px;
	color: #FFF9E6;
 	background-repeat: no-repeat;
	background-position: center;


}



#home{
	position: absolute; 
	bottom: 0px;
	right: 0px;


}

#btnHome{
	border : 0px;

}




#menuLHSDiv{
	position : absolute;
	left : 0px;
	top : 0px;
	z-index: 99;
 
}



#menuLHS{
 
	width : 160px;
	height : 500px;

}

#contentFrm{
 
	position : absolute;
	left : 160px;
	top : 0px;
	width : 495px;
	height : 500px;
 
}


#contentTbl{
 	border:0px solid red;
	position : absolute;
	left : 170px;
	top : 80px;
	width : 495px;
	height : 230px;
	text-align: right ;
 
}
