body {
    padding: 0;
    margin: 0;
    font-family: "Lucida Console", Monaco, monospace;
    text-align:center;
	background-color: #fff0ef;
}

#content {
    text-align:center;
    margin: 0 auto 0 auto;
    font-size: 0.9em;
}

#logo {
    height:36em;
    width:36em;
    
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}