body {
    background-color: white;
    color: black;
    font-family: Arial,Helvetica,"Luxi Sans",sans-serif;
    margin: 5% 20% 5% 20%;
}
    
h1 {
    font-size: 34px;
}
			
a {
    color: blue;
    text-decoration: none;
    white-space: nowrap;
}
				    
img {
    border: none;
}

code {
    font-family: monospace;
    border: 1px solid #CCCCCC;
    background-color: #F9F9F9;
    padding: 1%;
}
					                
div#container {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -225px;
    font-size: 20px;
}  

div#footer { 
    position: absolute; 	
    bottom: 0; 
} 