	

 div#holder{
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:155px;
	background: #ffffff;
	z-Index: 10;
	}	
	
div#left-content{
	position:fixed;
	top:10px;
	left:10px;
	width:auto; 
	height:110px;
	background: #ffffff;
 }
  
  div#right-content{
	position:fixed;
	top: 10px;
	left: 340px;
	width: auto;
	height:110px;
	background: #ffffff;
 }

 div#TopMenu {
	Float: Left;
	position: absolute;
	bottom: 0px; 
	left: 0px;
	background-color: #000000;
	width: 100%; 
	text-align: left;
} 