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




* {
	margin: 0px;
	padding: 0px;
}



body {
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.doctor_pic {
	overflow: hidden;
	width: 320px;
	background-image: url(img/doctor_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 348px;
}

.pic{
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
}

#footer .pic{
	margin-left:0;
	margin-top:0;
}
