@charset "UTF-8";
a {
	text-decoration: none;
}
a:link {
	color: #2a7886;
}
a:visited {
	color: #2a7886;
}
a:hover {
	text-decoration: underline;
}
#contentBackgroundContainer {
	background: url(../images/backgroundBottom.gif) top center no-repeat;
}
.centeredContent {
	width: 847px;
	margin: 0 auto 0;
}
#logo {
	background: url(../images/mgaa.gif) top left no-repeat;
	height: 100px;
}
h2 {
	font-size: 1.25em;
}
#logo h1 {
	position: absolute;
	z-index: 101;
	top: -300px;
	right: 500px;
}
#footer {
	margin: 0 25px 25px 25px;
	border: dotted #FFF;
	border-width: 2px 0 0 0;
	padding: 0 30px 30px 0;
}
#footer h5 {
	padding: 20px 0 0 0;
	font-size: 1em;
}
#txtIntro {
	padding: 0 320px 0 25px;
}
	

