#center {
    position: absolute;
    width: 100%;
}

/*Lesberkeit Verbesserung wichtig!*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}