@charset "utf-8";
#div_container {
	position: absolute;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
	height: auto;
	}
#logoTherapist {
	position: absolute;
	left: 360px;
	top: 10px;
	height: 70px;
	width: 290px;
}
#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#div_containerTop {
	position: absolute;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
	height: auto;
	background-image: url(../image/top_back_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

