	html, body {
		margin:0px; padding:0px;
	}
	#header {
		
		background-color:#7fb718;
		padding:5px;
		height:65px;
		background-image:url(/img/topbg.jpg);
		background-repeat: repeat-x;
	}
	.artist_input {
		background-color:#fff;
		-webkit-border-radius:5px;
		border-color:#999;
		border-width:1px;
		font-size:20px;
		width:250px;
		padding:5px;
	}
	#logoimg {
		padding-top:2px;
		height:16px;
	}
	#content {
		padding:5px;
	}
	.coverartimg {
		width:220px;
		height:220px;
		border:1px solid #999;
	}
	#left{
		padding-top:100px;
		float:left;
		width:40px;
	}
	#center {
		float:left;
		text-align:center;
		margin-top:10px;
	}
	#right {
		padding-top:100px;
		float:right;
		width:35px;
	}
	#title, #artist {
		width:220px;
		font-family:arial, helvetica, sans-serif;
		font-weight:bold;
		text-align:center;
	}
	#artist
	{
		font-size: 0.8em;
	}
	#info {
		height:60px;
		overflow:hidden;
	}
	#instructions
	{
		padding:0px 8px;
		font-size:0.9em;
		margin-top:-5px;
	}
	.getstarted {
		background-color:#EAEAEA;
		padding:10px 0;
		text-align:center;
		font-size:0.9em;
	}
	#controls {
		text-align:center;
		font-size:1.2em;
		padding-bottom:15px;
	}
