@charset "utf-8";
/* CSS Document */


body{
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

a img{
	border: 0;
}

#header{
	background-image: url(../imgs/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 994px;
	height: 170px;
}

#hix_link{
	width: 177px;
	height: 58px;
	float: right;
	margin-right: 30px;
}

#container{
	background-image: url(../imgs/container_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 917px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 20px 30px;
}

p {
  text-align: justify;
  text-indent: 15px;
}
