/* --- MIKE-DUEBBERS V2.0 --- */
/* --- (c) WWW.HATAKE.DE / JULY 2016 --- */

@charset "utf-8";

body {
	min-height: 450px;
	min-width: 400px;
}

.container {
   width: 400px;
   height: 346px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -200px;
   margin-top: -173px;
}
