body{
padding:0;
margin:0;
background-color:#efefef;
}
#line{
	width:100%;
	height:99px;
	background:url(img/index.png) repeat-x;
	position:absolute;
	top:940px;
}
#container{ 
  width:800px;
  padding:20px;
  margin:auto;  
  margin-top:50px;
  background-color: white;
  
  
  -webkit-border-radius: 10px;  
  -moz-border-radius: 10px;  
  border-radius: 10px;  

  -webkit-box-shadow: 0px 0px 20px #c0c0c0;  
  -moz-box-shadow: 0px 0px 20px #c0c0c0;  
   box-shadow: 0px 0px 20px #c0c0c0;  
   
   behavior: url(script/PIE/PIE.htc);
}

#container h1{
	text-align:center;
	font-size:20px;
	padding:10px 30px 0 30px;
	line-height:40px;
	font-family:Garamond;
}
#container p{
	text-align:center;
	font-size:16px;
	padding:10px 30px 0 30px;
	line-height:14px;
	font-family:Garamond;
}
#container p strong{
	font-size:20px;
}
#container a{


	
	}
