body {
	background-image: url(img/index/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 124px;
	background-color: #A0A4A8;
}
div {
	font-size: 12px;
	text-align: center;
}
img {
	display: block;
	margin: 0 auto;
}
#index {
}
#index .address {
	width: 385px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#index .address .leftCol {
	text-align: left;
	float: left;
}
#index .address .rightCol {
	text-align: right;
	float: right;
}
#index .clear {
	margin: 0 auto;
}

