﻿body {
	margin: 0px;
	background-image: url("../images/bg-mm1.gif");
}

#logobar {
	background-image: url("../images-home/bg-logobar.png");
	width: 100%;
	height: 298px;
	text-align: center;
	margin-top: 35px;
}

#content {
	align: center;
	text-align: center;
	height: 228px;
}

#footer {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	color: #FDD29F;
}

a:link, a:visited {
	color: #FFEDCA;
	text-decoration: underline;
}

a:hover {
	color: #330066;
	text-decoration: underline;
}

.intro-left {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FDD29F;
	margin-left: 27px;
	margin-right: 10px;
	margin-top: 20px;
}

.intro-right {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #FDD29F;
	margin-left: 10px;
	margin-right: 27px;
	margin-top: 65px;
}