html { 
background-color : white; 
} 


body { 
font-family : arial, helvetica, sans-serif, "times new roman"; 
font-size : 14px; 
line-height : 21px; 
color : black;
} 


div#box { 
} 


div#header { 
	visibility: hidden;
	display: none;
} 


div#button1 { 
	visibility: hidden;
	display: none;
}


div#button2 { 
	visibility: hidden;
	display: none;
}


div#button3 { 
	visibility: hidden;
	display: none;
}


div#line { 
	visibility: hidden;
	display: none;
}


div#menu_left { 
	visibility: hidden;
	display: none;
} 


div#content { 
	float: none;
	position : absolute; 
	left: 0px; top: 0px; 
	width: 95%; 
	 margin-top: 0px;
  margin-left: 0px;
	font-family : arial, helvetica, sans-serif, "times new roman"; 
	font-size : 12px; 
	line-height : 18px; 
	color : #000000; 
}


div#right {
	visibility: hidden;
	display: none;
}


div#footer {
	visibility: hidden;
	display: none;
}
