@CHARSET "UTF-8";
/******* GENERAL RESET *******/

body{
	background: black;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	
}
html,body{
	height:100%;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/

/******* CONTAINER *******/
#container{
	background: transparent url(/css/images/instructions.png) no-repeat scroll left top;
	right: 0px;
	width: 315px;
	min-height: 110px;
	padding:0;
	top: 5px;
	position:absolute;
	display: none;
	text-align: center;
}
/******* /CONTAINER *******/
/******* BAR *******/
#barContainer{
	background: #006cb7;
	height: 118px;
	color: #fff;
	bottom:0px;
	width: 100%;
	position: fixed;
	border-top: 1px solid #00c6ff;
}
#bar{
	width: 1000px;
	line-height: 118px;
	margin: 0pt auto;
}
#bar #play{
	float: left;
	height: 100px;
	cursor: pointer;
	width: 100px;
	background: transparent url(/css/images/play.jpg) no-repeat scroll center 22px;
}
#bar #play a{
	display: block;
}
#bar #song{
	width: 800px;
	float: left;
	background: transparent url(/css/images/barBackground.jpg) no-repeat scroll center top;
	text-align: center;
	font-size: 24px;
	margin: 0pt auto;
}
#bar #song #previous{
	float: left;
	background: red;
}
#bar #song span.title{
	margin: 0 15px 0 15px;
	font-weight: bold;
}
#bar #song #next{
	float: left;
	background: blue;
}
#bar #volume{
	float: left;
	width: 100px;
	
	background: transparent url(/css/images/vol3.jpg) no-repeat scroll center 22px;
}
/******* /BAR *******/