body{
	margin: 0;
    padding: 0;
   /* background: url("../image1/bg1.jpg"); */
    font-family: Arial;
    font-size: 14px;       
}

#p1body {
	height: 1300px;
	 width: 960px;
	 margin: 0 auto; 
	 border: thin black solid; 
}
#topr1{
	width: 100%; 
	height: 20px;
	float: left ;
	position:relative;
	color: black;
	background-color: green;
}

#banner{
	width: 100%; 
	height:100px;
	float: left;
	position:relative;	
}
#slideshow {
	 width:100%;
	 height: 340px;
	 background-color: white;
	 position:relative;
	 float:left;
}
#scroll{
	 width:100%;
	 height: 24px;
	 background-color: white;
	 position:relative;
	 float:left; ;
}
#textbody1 {
	 width:100%;
	 height: 500px;
	 background-color: white;
	 position:relative;
	 float:left; ;
}


.download-btn {
  background-color: #007BFF;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-left:40%;
}
.download-btn:hover {
  background-color: #0056b3;
}
.tx1{
  font-size:16px;
  ine-height:1.5;
  text-align: justify;
}





