body { background-image: url("/images/back.gif"); color: rgb(205, 205, 205); font-family: Roboto, sans-serif; }
h1 { }
#leftin a { font-size: 1.2em; color: rgb(205, 205, 205); }
a:link { color: rgb(162, 159, 159); }
a:visited { color: rgb(132, 130, 130); }
a:hover { color: rgb(205, 205, 205); }
a:active { color: rgb(237, 237, 237); }
a { text-decoration: none; }
#fix { display: block; position: fixed; z-index: 101; color: rgb(206, 206, 206); width: 15%; margin: 10px; }
#content { float: right; width: 80%; padding: 10px; border-radius: 20px; margin-bottom: 10px; text-align: center; border: 0px solid red; }
#text { float: right; background: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 71%; padding: 10px; border-radius: 20px; margin-bottom: 10px; margin-top:10px;}
::-webkit-scrollbar { width: 12px; border-radius: 10px; box-shadow: rgba(1, 1, 1, 0.9) 0px 0px 6px inset; }
::-webkit-scrollbar-button { background-image: url(""); background-repeat: no-repeat; width: 6px; height: 0px; }
::-webkit-scrollbar-track { box-shadow: rgb(255, 255, 255) 0px 0px 10px 5px inset; border-radius: 10px; }
::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: rgba(1, 1, 1, 0.9) 0px 0px 6px 1px inset; }
#playlist { list-style: none; }
#playlist li a { text-decoration: none; }
#playlist .current-song a { color: blue; }

.left {
	position: relative;
	width:25%;
//	height:100%; 
//	margin:154px 0px 0px 0px;
	float:left
}
.right {
	position: relative;
	width:75%;
	height:100%;
//	margin:154px 0px 0px 0px;
//	border:0px solid yellow;
	float:right;
	overflow:hidden;
}
