body {
	/*position: fixed;*/
	overflow: auto;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
	/*background-position: center center;
	background-repeat: no-repeat;
	background-image: url(image.jpg);*/
	background-color: #7e7e7e;
}

a {
	margin: 15px;
	padding: 3px;
	text-shadow: 0px 0px #999999;
	font-style: normal;
	font-weight: normal;
	color: #b29f23;
	font-family: monospace;
}

.track {
	margin-right: -3px;
	padding: 3px;
	padding-left: 15px;
	letter-spacing: -1px;
	word-spacing: 6px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #ccff99;
	color: #cc0033;
}

.outlink {
	
	/*padding: 3px;*/
	background-color: #cccccc;
}

.player {
}

/*div {
	padding: 5px;
}*/

#bgd {
	position: fixed;
	z-index: -1;
	top: 100px;
	left: 30%;
}

.attention {
	/*padding: 5px;*/
	margin-right: 3px;
	margin-left: 30px;
	padding-left: 3px;
	color: red;
	line-height: 30pt;
}

.name {
	background-color: transparent;
}

.txt {
	background-color: #494949;
	line-height: 30pt;
}

#side {
	display: inline;
	width: 350px;
	padding-left: 15px;
	background-color: #424242;
	float: right;
	position: fixed;
	top: 250px;
	right: 0px;
	
	}

