@charset "utf-8";
/* CSS Document */

html,div#altContent
	{
	width:100%;
	height:100%;
	
	}
	
body
	{	
	margin:0px;
	padding:0px;
	background-image:url(../images/mreach_background.png);
	background-repeat:repeat-x;

	
	}
	
	
	
#container
	{
	width: 1200px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	}
	

