body{
  margin: 0px;
  padding: 0px;
  
  background: #353831;
  
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  color: #a4a7a0;
}
a{
  color: #a4a7a0;
  text-decoration: underline;
  cursor: pointer;
}
h1{
  margin: 0px;
  padding: 4px 0px 4px 0px;
  font-size: 14pt;
  font-weight: bold;
}
h3{
  margin: 0px;
  padding: 1px 0px 2px 0px;
  font-size: 11pt;
  font-weight: bold;
}
img{
  border: none;
}
p{
  margin: 0px;
  padding: 1px 5px 1px 5px;
}




#ajaxContent{
	width: 500px;
	margin: 0px auto 0px auto;
}
#circleContainer{
  
}
#circle_center_dull{
  background: url('images/circle_center_dull.png') no-repeat center center;
  width: 34px;
  height: 34px;
  position: absolute;
  margin: -17px 0px 0px -17px;
  z-index: 6;
}
#circle_1_dull{
  display: none;
  background: url('images/circle_2_dull.png') no-repeat center center;
  width: 68px;
  height: 66px;
  margin: -32px 0px 0px -34px;
  z-index: 4;
}
#circle_2_dull{
  display: none;
  background: url('images/circle_3_dull.png') no-repeat center center;
  width: 99px;
  height: 98px;  
  margin: -49px 0px 0px -49px;
  z-index: 2;
}
#circle_3_dull{
  display: none;
  background: url('images/circle_4_dull.png') no-repeat center center;
  width: 130px;
  height: 130px;
  margin: -65px 0px 0px -65px;
  z-index: 0;
}

#circle_center{
  display: none;
  background: url('images/circle_center.png') no-repeat center center;
  width: 34px;
  height: 34px;
  margin: -17px 0px 0px -17px;  
  z-index: 7;
}
#circle_1{
  display: none;
  background: url('images/circle_2.png') no-repeat center center;
  width: 68px;
  height: 66px;
  margin: -32px 0px 0px -34px;
  z-index: 5;
}
#circle_2{
  display: none;
  background: url('images/circle_3.png') no-repeat center center;
  width: 99px;
  height: 98px;  
  margin: -49px 0px 0px -49px;
  z-index: 3;
}
#circle_3{
  display: none;
  background: url('images/circle_4.png') no-repeat center center;
  width: 130px;
  height: 130px;
  margin: -65px 0px 0px -65px;
  z-index: 1;
}

#countdown{
  font-size: 7pt;
  color: #6f726a;
}
#footer{
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 5px;
  font-size: 8pt;
  color: #6f726a;
  text-align: right;
}
#footer a{
  color: #6f726a;
}
#imageLoader{
  display: none;
}
#mainContent{
  padding-top: 50px;
}
#musicPlayer{
  position: absolute;
  top: 0px;
  left: 0%;
  padding: 10px;
  font-size: 8pt;
}
#songInfo{
  font-size: 8pt;
  padding-left: 3px;
}
#songTitle{
  color: #FFFFFF;
  padding-left: 3px;
}
#theplayer div{
	float: left;
	margin: 0px;
}
#theplayer #playerpause{
	display: none;
}
#title{
  margin-top: 50px;
  text-align: center;
}


.albumPicBack{
  background: #6f726a;
  font-size: 8pt;
  color: #a4a7a0;
  padding: 10px;
  text-align: center;
  float: left;
  width:100px;
  cursor: pointer;
  margin-right: 20px;
}
.albumPicBackAlbumPage{
	background: #6f726a;
  padding: 5px;
}
.circleDiv{
  left: 50%;
  top: 30%;
  position: absolute;
  cursor: pointer;
}
.fadeInDiv{
  display: none;
}
.imgLeft{
  float: left;
  padding: 0px 5px 5px 0px;
}
