*{
	margin:0px;
	padding:0px;
}
body{
	width:1000px;
	margin:0 auto;
	background:#ccc;
}
#main{
	width:1000px;
	margin:0 auto;
	background:white;
}
#main h3{
	margin-top:20px;
	width:200px;
	margin:0 auto;
}
ul{
	list-style-type:none;
}
#header{
	width:960px;
	height:116px;
	margin:0 auto;
	background:#fff url(../images/index_01.gif) no-repeat;
}
#header ul{
	height:20px;
	width:600px;
	margin-left:200px;
	padding-top:40px;
}
#header ul li{
	float:left;
	margin-left:10px;
	width:100px;
	height:30px;
	line-height:30px;
	background:orange;
}
#header ul li a{
	text-align:center;
	text-decoration:none;
	display:block;
	color:white;
	font-size:14px;
}
#header ul li a:hover{
	font-size:16px;
}
#content{
	width:500px;
	margin:0 auto;
	margin-top:60px;
	color:#ccc;
}
#content h3{
	margin-bottom:20px;
	color:#ccc;
}
#content form table tr.code{
	border:1px solid red;
}
#content form tr td img{
	padding-top:0px;
}
#content form tr input.button{
	margin-top:20px;
	width:100px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	background:#eee;
}
#content form tr input.button:hover{
	cursor:pointer;
}
#footer{
	width:1000px;
	height:200px;
	margin:0 auto;
	margin-top:100px;
	background:url(../images/footer.jpg) no-repeat;
}
#foot_right_three{
	width:204px;
	height:58px;
	margin-top:6px;
	background:url(../images/index_18.jpg) no-repeat;
}