html {
	background-color:#000000;
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	cursor: default;	/* */ 
}

body {
	scrollbar-arrow-color: #666666	;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #000000;

	padding:0; 
	margin:0; 
	border:0;
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #999;
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000000;
}
	

#content {
	padding-left:30px;
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:180px; 
	bottom:40px; 
	width:670px; 
	margin-left:-248px; 
	left:50%; 
}

#head {
	padding-left:30px;
	position:absolute; 
	margin-left:-248px; 
	left:50%; 
	top:107px; 
	width:720px; 
	min-width:720px; 
	z-index:5; 
}

#todo {
	background-repeat:no-repeat;
	background-position:top center; 
	width:100%; 
	height:100%;
}
	
#foot {
	text-align:center;
	position:absolute; 
	margin-left:-248px; 
	left:50%; 
	bottom:0px; 
	margin-bottom:-20px;
	width:720px; 
	min-width:720px; 
	height:55px; 
	z-index:5; 
}

#menu {
	position:absolute; 
	margin-left:-475px; 
	margin-top:78px;
	left:50%; 
	width:200px; 
	min-width:200px; 
	z-index:5; 
}

* html #menu {
	top:0; 
	bottom:0; 
	height:100%;
	width:200px;
}

* html #content {
	top:170px; 
	height:100%;
	width:700px;
	border-bottom:215px solid #000000; 
	
}

* html #head {
	top:120px; 
	width:720px; 
}

* html #foot {
	padding-top:5px;
	bottom:0px; 
	width:720px; 
	height:60px;
}
