/*

	Wonder What Happens in...

	Tales of Monkey Island

	

	scripted by: Seg

*/



body {
	margin:20px;
	color:#000000;
	background-image:url(images/hintergrund.png);
	background-repeat:repeat-x;
	background-color:#b4b4b4;
	cursor:url('images/ui_cursor.png') 16 16,auto;
}

header {
	margin:20px;
	color:#000000;
	background-color:#b4b4b4;
}

footer {
	margin:20px;
	color:#000000;
	background-color:#b4b4b4;
}

a,.hoverOn {

	cursor:url('images/ui_cursor_use.png') 16 16,pointer;

	color:#aa0000;

}





#stageBlock {

	width:780px;

	height:440px;

}



#mainContainer {

	text-align:center;
	width:100%;

	height:100%;

}



#mainStage_root {

	text-align:center;

	width:800px;

	height:440px;

	outline:1px solid #00ff00;

	left:auto;

}



#episodeSelector {

	width:785px;

	height:215px;

}



.episodeClass {

	width:150px;

	height:213px;

}

.episodeSelected {

	border:1px solid #000000;

}

.episodeDefault {

	border:1px solid #ffffff;

}

.titleImage {

	border:1px solid #000000;

}