img {display:inline;

margin-bottom:-2px;
padding-bottom: -2px;
border:0;
} 
html, body {
	color:#000000; 
	font-family: arial;
	font-size: 10px;
	text-align: center;
	min-width: 850;
	overflow: hidden; 
	margin:0; 
	background-color:#f1f1f1;
	background-image:url(layoutimg/back.jpg);
	background-repeat:repeat-x;
}


#Header {
	position:absolute;
	top:5px;
	left: 50%;
    margin-left: -500px;
	width:1000px;
	text-align: left;
}
#Menu {
	padding:0px;
	position:absolute;
	left: 50%;
    margin-left: -502px;
	right: 50%;
	margin-right: -510px;
	text-align: left;
	top: 122px; /* menu height */
	height: 60px; /* footer height */
	overflow:hidden;
	
}
#Middel {
	padding:10px;
	position:absolute;
	left: 50%;
    margin-left: -500px;
	right: 50%;
	margin-right: -510px;
	text-align: left;
	top: 165px; /* menu height */
	bottom: 0px; /* footer height */
	overflow:auto;
	background-color:#f3f3f3;
}







