body {
	background-image:url(/images/mb_btm_bg.jpg);
	background-position:bottom; 
	background-repeat:repeat-x;
	color: white;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.header {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.footer {
	height: 90px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration:none;
}

.bodytext a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
}

.bodytext a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}

hr {
	border: 0px;
	height: 1px;
	color: #333333;
	background-color: #333333;
}