﻿@charset "utf-8";

body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
}

#logo{
	background: url('https://www.apps-in-progress.de/logo.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	height:300px;
	width:500px;
	margin:auto;
}
.text{
	text-align:center;
}

#content_text{
	width: 500px;
	margin: auto;
}