body{
	margin:0;
	padding:0;
	background:url(image/bg_back2.gif) repeat-y ;
	background-position:center;
}

A {
  text-decoration:none;
}
A:hover{
  text-decoration:underline;
  color:red;
}
TABLE{
  color:#676767;
  font-size:13px;
  line-height:20px;
}
.text{
  color:#676767;
  font-size:12px;
  line-height:16px;
}

#wrap{
	margin:0 auto;
	width:993px;
}
