body, td, th {
	font-size: 16px;
}
#header{
	width:100%; 
	position:absolute;
	z-index:1; 
	color:#616161;
}
#logo{
	width:20%; 
	float:left; 
	position:absolute; 
	left: 50px; 
	z-index:2;
}
#content{
	position:relative; 
	left: 85px; 
	width: 70%; 
	z-index:1000;
}
#ajax{
	text-align:center; 
	position:relative; 
	top:110px; 
	z-index:0; 
	hight: 110px;
}
#footer{
	position:relative; 
	top:150px;
	text-align:center;
	height:20px; 
	vertical-align:bottom; margin: 3px 0 0 0; bottom: 0px;
	right: 0px;  
	width:100%;
}