* {padding: 0; margin: 0;}
html, body { 
   height: 100%; 
	margin: 0 ;
	width: 100%;
	overflow: auto;
	Top: 0; 
	bottom: 0;
	background-color: #999999;
	font-family: 'Trebuchet MS' , Tahoma, Arial, 'Microsoft Sans Serif';

	color: antiquewhite;
}


#top
{ 
   background: #999999; 
   height: 100px;
	width:100%;
	width: expression(body.clientWidth + "px");
	BACKGROUND-POSITION: left top;
   FONT-WEIGHT: bold;
   FONT-SIZE: larger;
   BACKGROUND-ATTACHMENT: fixed;
   BACKGROUND-IMAGE: url(./bg_top.jpg);
	BACKGROUND-REPEAT: repeat;
   FONT-FAMILY: 'Comic Sans MS';
	color: antiquewhite;
}


#left { 
	position: absolute;
	background: #999999;
	width: 200px;
	float: left;
	height: expression(body.clientHeight - 100 + "px");
	left: 0px;
	right: 0px;
	top: 100px;
	bottom: 0px;
	background-position: left;
	background-image: url(./bg_menu.jpg);
	background-attachment: fixed;
	background-repeat: repeat;	
	color: antiquewhite;
   CURSOR: default;
	zIndex: 100;
}
#page
{
	position: absolute;
	overflow: auto;
	/*background: #999999;*/
	height: expression(body.clientHeight - 100 + "px");
	width: expression(body.clientWidth - 200 + "px");
	left: 200px;
	right: 0px;
	top: 100px;
	bottom: 0px;
	
/**BACKGROUND-POSITION: right 10px;*/
	FONT-SIZE: 12px;
	/*BACKGROUND-ATTACHMENT: left;*/
	BACKGROUND-IMAGE: url(./bg_main.jpg);
	MARGIN-LEFT: 0px;
	color: dimgrey;
}

