
* {
	margin: 0;
	padding: 0;
	border:none;
	font-family: sans-serif;
}

html {height: 100%;}



body {
	background: black;
	color: #edd632;
	height: 100%;
	font-size: 18px;
}






#content {
	width: 923px;
	min-height: 100%;
	position: relative;
	background: #edd632 url('scen_r.jpg') no-repeat right top;
	color: black;
	margin: 0 auto;
}

h1 {
	width: 640px;
	height: 62px;
	background: url('scen_top.jpg') no-repeat;
	position: absolute;
	left: 141px;
	top: 0;
}

h1 a { display: block; height: 100%;}
h1 span {display: none;}

/*object,*/ #on_stage {
	position: absolute;
	color: #edd632;
	background: black;
	left: 141px;
	top: 62px;
	/*width: 640px;*/
	width: 640px;
	height: 480px;
	overflow: auto;
}

#on_stage h2 {
	margin: 10px;
	text-align: center;

}


#on_stage p {
	margin: 10px;
}

#on_stage a {color: #9999ff;}



#scen_l {
	position: absolute;
	height: 552px;
	width: 141px;
	background: black url('scen_l.jpg') no-repeat;
	top: 0;
	left: 0;
}

#scen_r { 
	height: 552px;
	width: 141px;
	/*background: black url('scen_l.jpg') no-repeat;*/
}


#progress_frame {
	position: absolute;
	right: 10px;
	top: 560px;
	width:283px;
	overflow:hidden;
	background:url('tidskorv1.gif') no-repeat;
}

#progress {
	background:url('tidskorv2.gif') no-repeat top;
	height: 27px;
	position:absolute;
	/*right:0;*/
	width:0;
}

#progress_info {
	margin-top: 27px;
	border: none;
	background: #edd632;
	width:283px;
}

#info_area {
	position: absolute;
	right: 10px;
	top: 620px;
	width:283px;
	background: #edd632;

}

hr {
	margin: 15px 10px;
	border:inset 1px;
}

p {
	margin: 10px 10px 0;
	/*width:480px;*/
}

img {
	background: black;
	color: #edd632;
}


button {
	background: black;
	/*color: #edd632;*/
	color: white;
	padding: 3px;
	font-size: 100%;
	border: outset green 2px;
	cursor: pointer;
}


.fel {
	border: solid red 2px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}



 a {color: #0000ff;}

#button_up { position: absolute; right: 350px; top: 560px; }
#button_down { position: absolute; right: 350px; top: 600px; }
#button_left { position: absolute; right: 390px; top: 600px; }
#button_right { position: absolute; right: 310px; top: 600px; }

#info_1 {width: 480px;}


