@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:#BABDC2 url(res/m_bg.gif) repeat-x;
}

/*MASTERBOXES*/

.masterbox {
	position: relative;
	z-index: 0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

.footermasterbox {
	position: relative;
	z-index: 0;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height:17px;
	background:url(res/m_body_divider.gif) repeat-x;
}


#mn_content {
	float:right;
	display:inline;
	width:900px;
	height:24px;
}