/**
 * Generic Stuff
 */
html {
	background-color: #222;
}
 
body {
	background: #26a9e0 none;
	color: #222;
	position: relative;
}

/**
 * Some images
 */
img.crash {
	position: absolute;
	left: 0;
	bottom: 0;	
}
