@charset "utf-8";
/* CSS Document */

#topPanel{
	width: 100%;
    height:142px;
  *height:142px;
	/*background: url(../images/logo.jpg) no-repeat top left;*/
}
#menuPanel{
	width: 113;
	*width: 113;
    height:298px;
	*height:298px;
}
#screenPanel{
	width: 100%;
	height:288px;
	*height:288px;
	background: url(../images/screen.jpg) no-repeat top;
}

#ftPanel{
	width: 100%;
  *margin-top: 0;
	margin-top: 0;
	height:52px;
  *height:100px;
	float:left;
  *float:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	text-decoration: none;
	padding: 25px 0 0 0;
  *padding: 10px 0 0 0 ;
	background-image: url(../images/footpanel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#FFFFFF;
}

#mainPanel{
	height:500px;
	*height:500px;
	width:950px;
	*width:950px;
  	margin-top: 0px;
  
}
