 body{
	margin:0;
	
 }
 
 div#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
 }
 div#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:24px;
	background-color: black;

	border-top-color:#0B0B0B; 
	border-top-width:1; 
	border-top-style:solid;
 }
  
div#content{	
	height:100%;
	overflow:auto;
 }
div#global {
	min-height: 100%;
	position: relative;
	overflow:hidden;
}