/* Ashes Corporation Stylesheet */
html, body { margin:0; padding:0; border:none; font-family:Lato, Verdana, Geneva, sans-serif; background-color:#000; color:#ddd; height:100%; }

/* Page structure */
header, footer { position:absolute; height:25%; width:100%; color:#57a; }
header { top:0; }
footer { bottom:0; text-align:right; }
main { position:absolute; top:25%; bottom:25%; width:100%; background:#00f; color:#333; }

/* Header styles */
header h1 { position:absolute; bottom:2%; left:2%; font-weight:normal; }

/* Body styles */
main canvas { width:100%; height:100%; }

/* Footer styles */
footer small { display:inline-block; padding:15px; }
