#doommachine_wrapper {
	width: 920px;
	color: #ececec;
	background: #040402;
	font: bold 15px/24px "Trebuchet MS", Verdana, sans-serif;
}

#doommachine_wrapper div {
	margin: 0;
	padding: 0;
}

#doommachine_wrapper a.cover {
	margin: 0;
	padding: 0;
	width: 268px;
	height: 402px;
	position: relative;
	top: -83px;
	left: 110px;
	display: block;
	border: 0;
}

#dm_main {
	height: 691px;
	background:transparent url('../img/dm-main.jpg') no-repeat 0 0;
}

#dm_main p {
	margin: 0;
	padding: 0;
	position: relative;
	top: 284px;
	left: 480px;
	width: 372px;
}



#dm_game {
	float: left;
	width: 494px;
	height: 334px;
	background:transparent url('../img/dm-game_live.jpg') no-repeat 0 0;
}

#dm_game a {
	margin: 0;
	padding: 0;
	position: relative;
	top: 68px;
	left: 100px;
	width: 290px;
	height: 192px;
	border: none;
	display: block;
}

#dm_link {
	float: right;
	width: 426px;
	height: 334px;
	background:transparent url('../img/dm-link.jpg') no-repeat 0 0;
}

#dm_link a {
	margin: 0;
	padding: 0;
	position: relative;
	top: 141px;
	left: 28px;
	width: 297px;
	height: 29px;
	border: none;
	display: block;
}

#dm_link a:hover {
	border-bottom: 1px solid #FF151B;
}

.dm_clear {
	clear: both;
}