#container {
	width: 526px;
	margin: auto;
	position: relative;
}

img#background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

img#logo {
	width: 250px;
	height: 243px;
	padding-top: 65px;
	position: relative;
	left: 126px;
}

h1 a{
	position: relative;
	top: 33px;
	text-indent: -9999px;
	background-image: url(../images/mntitle.png);
	width: 520px;
	height: 47px;
	display: block;
}


h2 {
	text-indent: -9999px;
	background-image: url(../images/mnsubtitle.png);
	width: 520px;
	height: 22px;
	margin-top: 47px;
}

h3 {
	text-indent: -9999px;
	background-image: url(../images/mnsubtitle2.png);
	width: 520px;
	height: 22px;
	margin-top: 10px;
}

#container p {
	padding-top: 17px;
	padding-left: 3px;
	color: #e7e7e7;
	font: 16px/24px Century, "Times New Roman", Times, serif;
	text-shadow: #000000 -1px -1px 1px;
}

#container p a {
	color: white;
	text-decoration: none;
	border-bottom:1px dashed #3260a9;
	font-style: italic;
}

#container p a:hover {
	color: white;
	border-bottom:1px dashed #fffc00;
}
/* @group panel */

#panel {
	display: none;
}

/* @end */



