body {
	background: black url("desktop.png");
	color: #7FB750;
	font-size: 16px;
}

#window {
	background: black;
	margin: 5%;
	border: 3px solid #6F9B49;
}

#content {
	min-height: 400px;
}

.close {
	width: 24px;
	height: 23px;
	background: url("close.png") no-repeat;
	float: right;
	margin: 3px 3px 3px 3px ;
}

.close:hover {
	background: url("close_hover.png");
}

#buttons {
	background: #FBFAF1;
	color: black;
	padding: 5px;
}

#buttons a {
	color: black;
	text-decoration: none;
	margin: 5px;
	padding: 3px;
}

#buttons a:hover {
	background: #E0DCC9; 
}

h1 {
	background: #6F9B49;
	color: white;
	margin: 0px;
	padding: 4px;
	text-align: center;
	font-size: 16px;
	border-top: 1px outset;
	border-right: 1px outset;
	border-left: 1px outset;
	font-family: sans-serif;
}

#text {
	font-family: monospace;
	padding: 2px;
}

#text a {
	color: #62dade;
	font-weight: bold;
	text-decoration: none;
}

#text b {
	color: #9afe82;
}

#thumb {
	position: absolute;
	background: white;
	color: black;
	margin: 2%;
	left: 4%;
	border: 3px solid #6F9B49;
	margin-left: -3%;
	margin-right: 4%;
}

#thumb a img {
	margin: 20px;
}

#thumb a {
	border: 0px;
}

#thumb a img {
	border: 4px #6F9B49 solid;
}

#thumb a:hover img {
	border-color: #9ade62;
}

#thumb #albums {
	border: 10px #6F9B49 solid;
	margin: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	float: left;
}

#thumb #albums a {
	color: black;
	padding: 3px;
	display: block;
	font-family: normal;
	font-weight: normal;
}

#thumb #albums a:hover {
	background: #E0DCC9;
}

#select_album {
	margin: 50px;
	font-weight: bold;
}
#select_album img {
	vertical-align: middle;
	margin-right: 10px;
}

#text i {
	color: white;
	display: block;
	margin: 20px;
	padding: 10px;
	border: 1px dashed white; 
}

#player {
	position: absolute;
	width: 184px;
	background: white;
	color: black;
	margin: 2%;
	right: 4%;
	border: 3px solid #6F9B49;
	margin-top: -10%;
	margin-right: 10%;
	margin-bottom: 5%;
}

.close2 {
	width: 24px;
	height: 23px;
	background: url("close.png") no-repeat;
	float: right;
	margin: 3px 3px 3px 3px ;
}

.close2:hover {
	background: url("close_hover.png");
}