* {
	margin: 0; 
	padding: 0; 
	}
body {
	background: #444b53;
	font-family: arial, sans-serif;
	font-size: 100.1%
	}
	
.home {
	width:300px;
	height: 20px;
	font-size: .7em;
	text-align: center;
	margin: 10px auto;
	}
	
.home a  {
	color: #cdcdcd;
	text-decoration: none;
	}
	
.home a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
a {
	outline: none;
	}
	
a {
	color: #ffffff;
	}
	
a:hover {
	color: #407efd;
	}
	
h2 {
	font-size: 120%;
	color: #4986ff; 
	}
#wrapper {
	background: #5f656e;
	padding: 10px;			
	width: 45em;
	height: 28em;
	margin: 10px auto;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 4px 4px 12px rgba(0,0,0,0.6);
	}
#mast {
	background: url(images/music7_hd.jpg) no-repeat;	
	width: 590px;
	height: 76px;
	margin: auto;
	padding: 4px;		
	}
#nav ul {
	margin-left: 10px;
	margin-top: 44px;	
	}	
#nav li {
	display: inline;
	text-align: center;
	color: #999999; 
	font-size: .65em;
	margin: 0 2px;
	}
		
#nav a {
	color: #444444;
	padding: 2px 4px;
	font-weight: ;
	text-decoration: none;
	}
#nav a:hover {
	color: #407efd;;
	background: #ffffff;
	text-decoration: none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	}
	
#nav a.current {
	color:  #407efd;
	background: #ffffff;
	text-decoration: none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	}
.note {
	color: #000000;
	}
	
#players {
	width: 43.8em;
	height: 18.8em;
	margin: auto;
	}
	
#left {
	width:auto;
	height: auto;
	float: left;
	}
	
#right {
	border: px solid #ffffff;
	width: auto;
	height: auto;
	float: left;
	}


#footer {
	clear: both;
	width:300px;
	font-size: .7em;
	text-align: center;
	color: #efefef; 
	margin: 6px auto;
	}
	

	
#footer a {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}

