body {
	font-size: 150%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	}
	
.interim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    margin: auto;    
}