@charset "UTF-8";

#body
{
	background:url('background.png') repeat;
}

#wrapper
{
	position:absolute;
	
	width:500px;
	left:50%;
	margin-left:-250px;
	
	text-align:center;
	line-height:single;
}

#now-playing
{
	margin-top:10px;
	width:500px;
	font-size:1.4em;
	font-variant:small-caps;
	display:inline-block;
	
	font-family:Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
}

#foursquare
{
	margin-top:10px;
	width:500px;
	font-size:1.4em;
	font-variant:small-caps;
	display:inline-block;
	
	font-family:Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6
{
	font-family:Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
}

h1 {font-size:4em;}

h2 {font-size:1.4em;}

h3 {font-size:2em; font-variant:small-caps; font-style:italic;}

a{color:inherit; text-decoration:none;}
