#wrapper {
	background:#e4e4e4;
	height: 300px;
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-150px 0 0 -250px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	/*beginn box schatten*/
	-moz-box-shadow:2px 2px 10px #929292;
	-webkit-box-shadow: 3px 3px 10px #929292;
	/*end box schatten*/
	/*beginn border radius*/
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*end broder radius*/
}
#wrapper h1 {
	font-family: 'Prosto One', cursive;
	color: #424242;
	line-height:4;
	margin:4;
}
