/* 
Styles fuer Multimedia-Praesentation
 */
 
 body {
 	border: 0;
	margin: 30px;
	text-align: center;
	background-color: #FFCC99;
 }
 
 #start {
	width:500px;
	height:300px;
	background-color:white;
	text-align:left;
	margin:auto;
	border:1px navy solid;
	padding:10px;
}

#screen {
	float:none;
	width:auto;
	text-align:center;
}
