@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	vertical-align: middle;
}

.center{
	position: fixed;
	left: 25%;
	right: 25%;
	top: 20px;
	text-align:center;
	margin-left: 0%; 
}

.platzhalter {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 500px;
}


.buttons{
	position: absolute;
	left: 300px;
	top: 230px;
	text-align:center;
	margin-left: 0%;
}

