@charset "utf-8";
#mainBody {
	height: 480px;
	width: 480px;
	position: absolute;
}
#banner {
	position: absolute;
	height: 100px;
	width: 480px;
	left: 0px;
	top: 30px;
}
#buttons {
	position: absolute;
	height: 120px;
	width: 480px;
	left: 0px;
	top: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	position: absolute;
	height: 65px;
	width: 120px;
	left: 180px;
	top: 390px;
}
#patient_button {
	position: absolute;
	height: 30px;
	width: 150px;
	left: 5px;
	top: 397px;
}
#clinical_button {
	position: absolute;
	height: 30px;
	width: 150px;
	left: 325px;
	top: 397px;
}
