@charset "utf-8";
/* CSS Document */

body {
	background-color:#898989;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.control:link {
	cursor:pointer;
}
.control:visited {	
	cursor:pointer;
}
.control:hover {
	cursor:pointer;
}
#mainBody {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding-top:40px;
	background-image:url('../img/mainback.jpg');
	background-repeat:repeat;
	position:relative;
	height:899px;
	width:977px;
}
#player {
	border:solid black 1px;	
	margin-left:auto;
	margin-right:auto;
	width:826px;
	height:405px;
}
#controlBar {
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;
	width:826px;
	height:28px;
}
#prayerContainer {
	width:522px;
	height:174px;
	position:absolute;
	margin-top:132px;
	margin-left:auto;
	margin-right:75px;
	right:0px;
}
#prayerBox {
	border:solid 1px black;
	width:522px;
	height:174px;
	background-color:#DBDBDB;
	 /* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}
#play {
	float:left;
	display:block;
	background-image: url('../img/pause.png');
	height:28px;
	width:20px;
}
#pause {
	float:left;
	display:block;
	background-image: url('../img/pause.png');
	height:28px;
	width:19px;
}
#low {
	float:right;
	display:block;
	background-image: url('../img/low.png');
	height:21px;
	width:48px;
}
#medium {
	float:right;
	display:block;
	background-image: url('../img/medium.png');
	height:21px;
	width:83px;
}
#high {
	float:right;
	display:block;
	background-image: url('../img/high.png');
	height:21px;
	width:54px;
}