html, body{

	margin: 0px;
	padding: 0px;
	background-color: #F1F1F1;	
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666F78;

}

#mainbody{
	position:relative;
	width:838px;
	z-index:11;
	background-color: #FFFFFF;
	background-image: url(images/mx_bg.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	overflow: visible;
	visibility: visible;
	}
	
	#logo {
	position:relative;
	left: 36px;
	top: 53px;
	width: 130px;	
	height: 115px;
	
	}
	
	#top {
	width: 838px;
	height: 90px;
	background-image: url(images/mx_top.gif);
	background-repeat: no-repeat;
	
	}
	
	#middle {
	width: 838px;
	height: 260px;
	background-image: url(images/mx_crack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: visible;
	
	}
	
	#text {
	width: 530px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;	
	
	}
	

	#menu {
	width: 838px;
	height: 71px;
	}	

		#menu ul {
			margin: 0;
			padding: 0;							
			display: inline;
			margin-bottom: 0;
		}		
		#menu ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			display: block;
			float:left;
			margin-bottom: 0;			
		}

	#bottom {
	width: 838px;
	height: 30px;
	background-image: url(images/mx_bottom.gif);
	background-repeat: no-repeat;
	
	}	
	#credits {
	width: 838px;
	height: 25px;
	background-color: #F1F1F1;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	
	}		
	
	h1 {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	color: #C9CACB;
	font-weight: normal;
	letter-spacing: -.04em;	
	}
	
	h1 strong {
	font-size: 18pt;
	color: #B24371;
	font-weight: normal;
	}
	
	h1 em {
	font-size: 17pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	
	}	
	
p {
	color: #1a1a1a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

p strong {
	color: #A3A7AD;
}

a {
	color: #B24371;
	text-decoration: none;

}