/*sets the banner at the top, with the image and its position*/
header{
	background-image: url("/sptv/PublishingImages/banners/finalTakeBanner.jpg");
	background-position: 96% 24%;
	width: 100%;
	height: 80px;
	border-radius: 50px;
}

aside{
	padding: 5px 0px 5px 10px;
}