html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;

	}

#menu {
	display:block; 
	overflow:auto; 
	position:absolute; 
	top:41px; 
	bottom:27px; 
	width:150px; 
	margin-left:-251px; 
	left:50%; 
	z-index:3;
	}

* html #menu {
	top:0; 
	bottom:0; 
	height:100%;
	width:150px;
	border-top:44px solid #fff; 
	border-bottom:25px solid #fff;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	top:41px; 
	bottom:27px; 
	width:350px; 
	margin-left:-101px; 
	left:50%; 
	z-index:3;	
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:350px;
	border-top:44px solid #fff; 
	border-bottom:25px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-251px; 
	left:50%; 
	top:0; 
	width:500px; 
	min-width:500px; 
	height:40px; 
	z-index:5;
	}

* html #head {
	top:2px; width:500px; height:38px;
	}

#foot {
	position:absolute; 
	margin-left:-251px; 
	left:50%; 
	bottom:0; 
	width:500px; 
	min-width:500px; 
	height:25px; 
	z-index:5;
	}

* html #foot {
	bottom:2px; width:500px; height:23px;
	}
