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

body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 12px;
	color: #900;
}
body {
	background-color:#333;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #933;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #F03;
}
#mybody { position:relative; top: 10px; width: 1024px; height: 768px; background-image:url(img/dmbkgd.jpg); background-repeat:no-repeat; }

#logo { position:absolute; top:10px; left: 10px; }

#menu {
	position:absolute;
	top: 100px;
	left: 10px;
	width: 183px;
	height: auto;
	border:#444 thin solid;
	text-align:left;
}

#lyrics {
	position:absolute;
	top: 100px;
	left: 220px;
	width: 300px;
	height:400px;
	border: #333 thin solid;
	text-align:left;
	background-color:#FFF;
	color: #000;
	opacity: 0.8;
	padding: 10px 10px 10px 10px;
	overflow:auto;
}

#video {
	position:absolute;
	top: 20px;
	left: 555px;
	width:445px;
	height:364px;
}

#copyright {

	position: absolute;
	
	bottom: 10px; left: 300px; width: 100px; height: 20px; background-color:#990; }
	
}