html {
	background-color:#000000;
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow-x: auto;
	overflow-y: hidden;
	min-width:950px;
	cursor: default;	/* */ 
}

* html{
	overflow-x: auto;
	overflow-y: hidden;
	min-width:950px;
	cursor: default;	/* */ 
}

body {
	cursor:default;
	scrollbar-arrow-color: #FFFFFF	;
	scrollbar-3dlight-color: #6D1457;
	scrollbar-darkshadow-color: #6D1457;
	scrollbar-face-color: #6D1457;
	scrollbar-highlight-color: #6D1457;
	scrollbar-shadow-color: #6D1457;
	scrollbar-track-color: #4E0E3E;

	padding:0; 
	margin:0; 
	border:0;
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000000;
}
	
#todo {
background-color:#009966;
	background-repeat:no-repeat;
	background-position:top center; 
	width:100%; 
	height:100%;
}
	
#todo2 {
background-color:#009966;
	background-repeat:no-repeat;
	background-position:top center; 
	width:100%; 
	height:100%;
}


/* FIREFOX */
/* FIREFOX */

#menu {
 	top:112px;
	position:absolute; 
	margin-left:-439px; 
	margin-top:78px;
	left:50%; 
	width:120px; 
	min-width:120px; 
	z-index:5; 
}

#head {
	padding-left:0px;
	position:absolute; 
	margin-left:-303px; 
	left:50%; 
	top:78px; 
	width:755px; 
	height:105px;
	min-width:722px; 
	z-index:5; 
}

#content {
	padding-right:0px;
	padding-left:0px;
	display:block; 
	overflow-x:hidden; 
	overflow-y:auto;
	position:absolute; 
	z-index:3; 
	top:170px; 
	bottom:50px; 
	width:722px; 
	min-width:722px; 
	margin-left:-288px; 
	left:50%; 
	margin-right:30px;
}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-437px; 
	left:50%; 
	bottom:0px; 
	margin-bottom:-22px;
	color:#FFFFFF;
	width:875px; 
	min-width:875px; 
	height:60px; 
	z-index:5;
	background-color:#000000;
	padding-top:9px;
}


/* EXPLORER */
* html #content {
	height:100%;
	border-top:0px solid #444444; 
	border-bottom:219px solid #000000; 
}

* html #foot { 
	height:70px; 
	padding-top:9px;
}

