/*sets the banner at the top, with the image and its position*/
header{
	background-image: url("/sptv/PublishingImages/banners/loveDoctorBanner.png");
	background-position: 80% 95%;
	width: 100%;
	height: 80px;
	border-radius: 50px;
}
