body, html {
	background: #fcfcfc;
	color: #000;
	font-size: 100%;
	line-height: 119%;
	font-family: "Trebuchet MS", Arial;
	margin: 0;
}

#page {
	top: 0px;
	margin: 0 auto;
	width: 900px;
	background: url(./i/rainbow.png) no-repeat;
	height: 600px;
}

#page h1 a {
	background-image: url(./i/logo.png);
	width: 503px;
	height: 45px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
}

#page h1 {
	margin: 0;
}

#page h1 a span {
	display: none;
}

#now, #not-today {
	float: left;
	width: 450px;
	margin-top: 110px;
	clear: both;
}

span.jewelcase {
	background-image: url(./i/jewel_cd.png);
	width: 144px;
	height: 130px;
	display: block;
	position: absolute;
	margin-left: 0px;
}

p {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}


img.bigcover {
	width: 134px;
	height: 120px;
	float: left;
	margin-left: 7px;
	margin-top: 5px;
	display: block;
	padding-right: 250px;
	padding-bottom: 50px;
}


#howto, #not-today-howto {
	float: right;
	margin-top: 110px;
	width: 450px;
}

a.play_button {
	display: block;
	background-image: url(./i/play.png);
	width: 97px;
	height: 31px;
	margin-top: 10px;
}

#howto p a.play_button span {
	display: none;
}

a.playlist_button {
	display: block;
	background-image: url(./i/playlist.png);
	width: 116px;
	height: 31px;
	margin-top: 10px;
}

h2.help {
	margin-top: 45px;
}

a.doted {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
}

#howto p a.playlist_button span {
	display: none;
}

h2 {
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	text-shadow: #fffeff 0 1px 0;
}

#now, #howto, #not-today-howto, #not-today
{
	display: none;
}

#loading
{
	position: absolute;
	margin-top: 100px;
	font-size: 200%;
	color: #000;
}

.artist
{
	width: 300px;
	text-transform: capitalize;
}

a.twitter_link
{
	color: #333;
	font-weight: bolder;
	text-transform: lowercase;
}

span.twitter_info
{
	display: block;
	margin-top: 8px;
	color: #888;
	font-style: italic;
}

#want
{
	position: absolute; 
	background: #fff; 
	width: 500px; 
	height: 400px; 
	top: 49%; 
	left: 50%; 
	margin-left: -250px; 
	margin-top: -200px; 
	z-index: 10000; 
	border: 1px solid rgb(170, 170, 170); 
	-webkit-box-shadow: 0px 0px 5px #555;
	-moz-box-shadow: 0px 0px 7px #555;
	box-shadow: 0px 0px 7px #555;
	display: none;
}

#want .close
{
	float: right;
	font-size: 90%;
	color: #777;
	margin: 5px 10px 0 0;
	text-decoration: none;
}

#want .close:hover
{
	color: #444;
}

#want a
{
	color: #333;
}

#want a:hover
{
	color: #000;
}

#want div
{
	padding: 20px;
}

#want h2
{
	margin-top: 30px;
}

#want h2:first-child
{
	margin-top: 0;
}

#player
{
	margin: 0 0 0 -25px;
	padding: 0;
}

.player_container
{
	position: relative;
}

.playlist_button
{
	position: absolute;
	top: 42%;
	left: 160px;
}

p.flush
{
	clear: both;
}