body {
	background: #4d4d4d url(../images/dark_bg.gif) repeat-x;
}

#copyright {
	border-top-color: #737373;
	color: #999;
}

#mnlogo a {
	display: block;
	background: url(../images/mnlogo_darkbg.gif) no-repeat;
	overflow: hidden;
	padding: 29px 0 0 0;
	height: 0 !important;
	height /**/:29px;
}

#copyright span a {
	display: block;
	margin: 0 auto;
	width: 24px;
	background: url(../images/wbl_darkbg.gif) no-repeat;
	overflow: hidden;
	padding: 25px 0 0 0;
	height: 0 !important;
	height /**/:25px;
}

#create a:link, #create a:visited {
	color: #fff;
	border: 1px solid #737373;
}

#create a:hover, #create a:active {
	color: #fff;
	background-color: #f98c06;
	border: 1px solid #f98c06;
}