#main {
	width: 900px;
	height: 700px;
	border: 1px solid gray;
	margin: 0 auto;
	position: relative;
	background: white;
	font-family: "Arial";
}
#header {
	width: 900px;
	height: 90px;
	padding: 0 !important;
}
#header img {
	border: 0 none !important;
}
#presentation {
	width: 560px;
	height: 438px;
	right: 30px;
	top: 110px;
	position: absolute;
}
#controller {
	width: 100%;
	height: 18px;
	bottom: 0;
	position: absolute;
	background: url(buttons/bg.jpg);
	text-align: center;
}
#controller #page, #controller #volume {
	color: white;
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	line-height: 18px;
}
#controller #page {
	float: left;
	padding-left: 6px;
}
#controller #volume {
	float: right;
	padding-right: 2px;
	width: 62px;
}
#controller #volume #volumecontrol {
	float:right;
}
#controller #volume #volumetext {
	float: left;
}
#speaker {
	width: 260px;
	height: 195px;
	left: 30px;
	top: 110px;
	position: absolute;
	text-align: center;
}
#info {
	padding: 0 20px;
	width: 220px;
	height: 265px;
	left: 30px;
	top: 325px;
	position: absolute;
	overflow: hidden;
	font: 13px Arial;
	color: black;
}
#info h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0;
}
#info h4 {
	font-size: 13px;
	margin-top: 0.4em;
	color: #08f;
}
#navigation {
	width: 840px;
	height: 70px;
	left: 30px;
	top: 570px;
	position: absolute;
}
#navigation .left {
	float: left;
	margin-right: 5px;
}
#navigation .right {
	float: right;
	margin-left: 5px;
}
#navigation #sheets {
	width: 720px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
#navigation #sheets_content {
	/*position: relative;*/
}
#navigation #sheets img {
	background: #f2b;
	width: 94px;
	height: 70px;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50);
}
#navigation #sheets img:hover, #navigation #sheets img.active {
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}
a img {
	border: 0 none;
}
#volumetext {
	color: white;
}
#goto_start_time {
	position: absolute;
	left: 90px;
	top: 410px;
}
#goto_start_time a {
	-moz-opacity: 0.7;
	filter: Alpha(opacity=70);
}
#goto_start_time a:hover {
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

#debugdivs {
	float: left;
}

/* loader */
#loader {
	background-image: url(images/black-70.png);
	background-repeat: repeat;
	z-Index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#loadercontent {
	z-Index: 2000;
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}
#loadercontent img {
	left: 48%;
}