html{
    background-color: #E0E0E0;
	height: 100%;
    min-height: 550px;
} 

body.zeit {
    min-width: 1000px;
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: black;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	-moz-box-shadow : 0px 3px 16px rgba(0,0,0,0.8);
	-webkit-box-shadow : 0px 3px 16px rgba(0,0,0,0.8);
	box-shadow : 0px 3px 16px rgba(0,0,0,0.8);
}
