body
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: white;
	background-color: #111;
	margin: 0px
	}
	
a {
	color: #df0709;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:800px;
	margin:0 auto 0 auto;
}

#mnmc_branding {
	color:#555;
	font-size:11px;
	text-align:center;
}

#mnmc_branding a {
	color:#444;
}

img
	{
	border:0;
	}
	
/* DEAD CENTRE from http://www.wpdfd.com/editorial/thebox/deadcentre2.html */
	
#front_content
	{
	border:1px solid #333;
	padding:10px;
	background: #111 url('../div_bg.jpg') no-repeat;
	text-align: center;
	margin-top: -75px;
	margin-left: -325px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	height: 150px;
	visibility: visible;
	color:#ddd;
	}

h1
	{
	margin:0 0 0 0;
	font-size:2em;
	font-weight:normal;
	color:white;
	letter-spacing:.01em;
	}
	
h1>em
	{
	font-weight:normal;
	color:#d70404;
	padding-right:3px;
	}

p
	{
	text-align:center;
	font-size:.9em;
	}

#launch {
	font-size:2em;
}

#text_wrapper
	{
	margin:10px auto 0 auto;
	}
	
#nav ul li
	{
	list-style:none;
	display:inline;
	}

#nav ul li.sub
	{
	margin-left:20px;
	}