/*
 * Theme Name: MunichRoots
 * Theme URI: http://deineseite.de
 * Author: Dein Name
 * Author URI: http://deineseite.de
 * Description: Ein minimalistisches Theme basierend auf MunichRoots.
 * Version: 1.0
 * */

body {
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-align: center;
}

#page-wrap {
    position: absolute;
    left: 50%;
    width: 444px;
    margin-left: -222px;
    top: 50%;
    height: 444px;
    margin-top: -222px;
}

a.heimat {
    background: url("images/DTF.jpg") no-repeat scroll left top;
    display: block;
    height: 444px;
    width: 444px;
}

a.heimat:hover {
    background: url("images/DTF2.jpg") no-repeat scroll left top;
}

h1 {
    display: none;
}

