body {
	margin:5px 0px; 
	padding:0px;
	background-color: black;
	font-family: Helvetica, sans-serif;
	color: white;
	overflow: scroll;
}
#content {
	width:800px;		    
	margin:10px auto;			
}		
#controls {
	margin-bottom: 0px;
	text-align:left;
	position: relative;
}
#controls > ul > li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;			
	padding: 2px 8px;
	font-size: 15pt;
}
#controls > ul {
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 0;
}
#controls > ul a {
	text-decoration: none;
}
#mouth-div {
    text-align: left;
}
#hands-div {
    position: relative;
}
#hands-div a:hover {
    text-decoration: underline;
}
#hands {
	color: white;
	background-color: red;
}
#mouth {
	color: white;
	background-color: orange;
}		
#eyes {
	color: white;
	background-color: purple;			
}
#ears {
	color: white;
	background-color: green;
}
#heart {
	color: white;
	background-color: blue;			
}
h3 {
    padding: 2px 8px;
    background-color: white;
    color: black;
}
.song {
    padding: 2px 8px;		    
    color: white;
}
.song-title {		    
    margin-left: 15px;
}
#freelance-web {
    margin-top: 5px;
}		
#studio-remixes {
    margin-top: 5px;
}
#live-mashups {
    margin-top: 10px;
}
a {
    color: white;
    text-decoration: none;
}

#controls li {
    cursor: pointer;
}
