* {
	padding: 0;
	margin: 0;
}
body {
	background: black;
	background: #000 url('bg.gif') no-repeat;
}
#content {
	width: 248px;
	height: 160px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -141px;
	margin-top: -130px;
	background: white;
	text-align: center;
	padding-top:10px;
	-moz-border-radius:10px;
}
#content a {
	text-decoration: none;
	color: #c30000;
}
h1 {
	text-indent: -6666px;
	background: url('forum/images/logo.gif');
	height: 82px;
}

#dmb {
  position:absolute;
  width:850px;
  height:570px;
  top:50%;
  left:50%;
  margin-left:-425px;
  margin-top:-285px;
}
