﻿html, body {
	width: 100%;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	background-repeat:no-repeat stretch;
	background-attachment: fixed;
}
#layer00_middle {
	Width: 950px; 
	margin: 0 auto;
}
img {
	border:none;
}
p {
	margin: 0px;
}

body {
    font-family: Arial, sans-serif;
    background: #111;
    color: #eee;
    padding: 20px;
  }

  .player {
    margin-bottom: 20px;
  }

  .controls button {
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    background: #444;
    color: white;
    border: none;
    border-radius: 4px;
  }

  .playlist {
    list-style: none;
    padding: 0;
  }

  .playlist li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #333;
  }

  .playlist li.active {
    background: #444;
    font-weight: bold;
  }