body {
	margin:0px;
	padding:0px;
	background: #000000 none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: normal;
	}
#logo {
	position:absolute;
	background: url('title.gif') top left no-repeat;
	z-index: 0;
	width: 400px;
	height: 125px;
	left: 10px;
	top: 575px;
}
#player {
	position:absolute;
	width:540px;
	height:400px;
	top: 105px;
	left: 15px;
	}
#linkbox {
	position:absolute;
	width:250px;
	height:400px;
	left:580px;
	top: 105px;
	padding-left: 1px;
	padding-top: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 13px;
	color: #00FF00;
	}
ol, li {
	font-weight: normal;
}
.list {
	color: #FFFFFF;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
