html, body { height: 100%; overflow: hidden; }
body { background: #333; color: #fff; font: 76% Arial, sans-serif; margin: 0; }

#content { height: 100%; }
#links { width: 650px; height: 100%; overflow: auto; margin: 0 auto; }
#links a { color: #fff; }
#links h1 { color: #fff; padding: 20px; background: #c3141b; }
#links p { color: #fff; margin-top: 20px; }