body {
	font-family: monospace;
}

@media (min-width: 640px) {
    body {
    	margin: 0 auto;
	    width: 640px;
    }
}