/* Stylesheet MMP - The Game */
/* Marc Fehr */

html {
	font-family: 'rockwell_stdregular';
	background-color: #FF00FF;
}


#console {
	width: 80%;
	display: block;
	float: left;
	font-size: 1em;
	color: white;
	width: 100%;
	height: auto;
	margin: auto;
	text-transform: uppercase;
	border:dashed 0px #000000;
	text-align: center;
}

#spielernamen {
	display: block;
	float: left;
}
#timerText {
	font-size: 3em;
	color: white;
}

#message {
	font-size: 4em;
	color: #FF00FF;
	text-transform: none;
	background-color: white;
	margin: auto;
	width: 90%;
	-moz-box-shadow: 10px 10px 75px #000000;
	-webkit-box-shadow: 10px 10px 75px #000000;
	box-shadow: 10px 10px 75px #000000;	
	}
