/* CSS Document */
body {
	background-color: #e4e2e1;
}
#divAll{ 
  position: absolute;
	margin-left: -561px;
	left: 50%;
	width: 1123px;
	height: 800px;
}
#divTop{
	background-color:#ffffff;
	height: 214px;
	border-radius: 10px;
}
#divLeft{
	background-color:#ffffff;
	height: 800px;
	width: 150px;
	float:left;
	border-radius: 10px;
}
#divMain{
	background-color:#ffffff;
	height: 800px;
	float: left;
	margin-left: 5px;
	width: 967px;
	border-radius: 10px;
}
#divBottom{
	background-color:#ffffff;
	height: 25px;
	border-radius: 10px;
	padding-top:4px;
	padding-left: 370px;
}
#divShowPics {
	position:absolute;
	visibility:hidden;
	width: 99%;
}
#divNews1 {
	width: 500px; 
	left: 50%;
	margin-left: -250px;
	max-height: 600px;  
	position:absolute;
	top: 100px;
	background-color:#FFCF9F; 
	padding: 5px; 
	visibility: hidden;
}