html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#fff;
	background-color:#000;
	background-position:center;
	background-repeat:repeat-x;
	font: 12px arial, helvetica, sans-serif;	
	line-height:18px;
}

h1 {	font-size:14px;	font-weight:bold;	margin:0 0 0 0; color:#0098d6;	}
h1 a:link, h1 a:visited, h1 a:active {	color: #0098d6;	text-decoration: none; font-weight:bold; margin:0 0 0 0;}
h1 a:hover {	text-decoration: underline;	color: #0098d6; font-weight:bold;}
h2 {	font-size:12px;	font-weight:bold;	margin:0 0 10px 0; color:#0098d6;	}
h3 {	font-size:12px;	font-weight:bold;	margin:0 0 0 0;	}


/* GENERAL CLASSES */
.mhwMain {  	width: 100%; 	position: absolute; height:100%;	}
.mhwContainer {	position: absolute;	width:700px;	left: 50%; 	margin-left:-350px; height:100%; }

a:link, a:visited, a:active {	color: #000;	text-decoration: none; font-weight:bold;}
a:hover {	text-decoration: underline;	color: #0098d6; font-weight:bold;}

a img{border:none;}

.forms {color: #402d1c; }

/*BODY CLASSES*/




/*FORM CLASSES*/
.warning {	font-weight:bold;	color:#FF0000;	}
.success {	font-weight:bold;	color:#00CC00;	}

/*FOOTER CLASSES*/

.Footer {width:800px; float:left; padding-bottom:20px;}

.Footer a:link, .Footer a:visited, .Footer a:active {
	color:#666;
	}

.Footer a:hover {
	text-decoration: underline;
}
