
   * {
	margin: 0;
	padding: 0;
   }
   html, body {
	padding:0px;
	height: 100%;
	background: #AAAAAA;
	overflow:visible;
   }
   #master {
	display:block;
	position:absolute;
	top:10px;
	bottom:0px;
	left:10px;
	right:10px;
	width:auto;
	height:auto;
	padding:0px 0px;
	border:none;
	overflow:auto;
   }

   #child {
	display:block;
	position:absolute;
	top:0px;
	bottom:18px;
	height:auto;
	width:980px;
	border:1px solid #5B7AB5;
	margin:0px auto;
	padding:0;
	overflow:hidden;
   }

   #head {
	/* background:url("header_new.png"); */
	display:block;
	border:none; /*1px solid yellow;*/
	border-bottom:1px solid #BDC9E0;
	height:105px;
	position:absolute;
	left:0px;
	top:0px;
	width:980px;	
	z-index:1;
   }

   #content {
	display:block;
	position:absolute;
	top:106px;
	bottom:0px;
	left:0px;
	width:980px;
	margin:0px;
	padding:0px;
	border:none; /*1px solid lightgreen;*/
	z-index:0;
   }
