body {
	background: url('../images/Background.jpeg');
	background-size: cover;
	background-position: center top;	
}


a:link {
	color: #2e4b95;
}


a:hover {
	color: #2e4b95;
	text-decoration: none !important;
}

	
.whitePiece {
	text-align: center;
}


.logoBits {
	background: white;
}


.whitePieceLogo {
	width: 100%;
}


.info {
	font-size: 24px;
	
	padding-top: 5px;
	padding-bottom: 10px;
	
	color: #2e4b95;
	background: white;
}


.infoText {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-style: italic;
}


.bottom {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: bold;
	text-align: center;
	color: white;
	
	width: 100%;
	padding-top: 15px;
	padding-bottom: 12px;
	background: linear-gradient(90deg, rgba(109,141,199,1) 0%, rgba(37,64,134,1) 100%);
	
	position: absolute;
	bottom: 0;	
}


.bottomText {
	font-style: italic;
}