* {
	padding: 0;
	margin: 0;
}
body {
	background: #007c98 url(../img/bg.jpg) 0 0;
	text-align: center;
		padding: 0;
	margin: 0;
}
body img {
	margin-top: 0;
	border: 1px #007c98 solid;
}
#dd {
	width: 100%;
	height: 100%;
	display: block;
}
#hp {
	width: 695px;
	_width: 702px;
	height: 467px;
	margin: 0 auto;
	display: block;
	position: relative;
	left: -6px;
	_left: 0px;
	background: url(../img/web.jpg) center center no-repeat;
	
}
.line {
    width: 500px;
  	/*border: 1px red solid;*/
  	margin: 0 auto;
  	clear: both;
  	position: relative;
  	top: -7px;
}
.l1{
left: 35px;
}
.l2{
width: 560px;
left: 39px;
}
.line span {
	height: 30px;
	display: block;
	float: left;
	background: #007c99 url(../img/point.jpg) center left no-repeat;
	padding: 8px 0 0 40px;
}
.line span a {
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	color: #c5e1f9;
}
.line span a:hover {
color: #36b8f5;
}