body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(image/b_back.jpg);
	background-repeat: repeat-x;
}
#outer{
    width: 772px; 
	margin: 0 auto; 
	position: relative; 
}
#outer #bgleft {
	position: absolute;
	top: 41px;
	left: -133px;
	background-image: url(image/side.jpg);
	width: 129px;
	height: 390px;
}
#outer #bgright {
	position: absolute;
	top: 41px;
	right: -110px;
	background-image: url(image/side.jpg);
	width: 119px;
	height: 390px;
	left: 800px;
}
.gray_12{
	font-size:12px;
	color:#333333;
}
.gray_10{
	font-size:10px;
	color:#333333;
}
.link       {  text-decoration: none; color: #333333}
a:hover     {  text-decoration: underline}
a           {  text-decoration: none; color: #333333}
