html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } body { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } html, body { height: 100%; min-height: 100%; background-color: #222; } h1, h2 { color: #0F0; font-family: "Courier New",Courier,monospace; } a { text-decoration: none; color: inherit; } .wrap { width: 1000px; margin: 0 auto; } #header { height: 60px; border: 1px solid #0F0; border-width: 0 0 1px 0; margin: 0 0 20px; background-color: #000000; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF222222'); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #222222)); background-image: -webkit-linear-gradient(top, #000000 0%, #222222 100%); background-image: -moz-linear-gradient(top, #000000 0%, #222222 100%); background-image: -o-linear-gradient(top, #000000 0%, #222222 100%); background-image: -ms-linear-gradient(top, #000000 0%, #222222 100%); background-image: linear-gradient(top, #000000 0%, #222222 100%); *zoom: 1; } #header:after { content: ""; display: table; clear: both; } #header h1 { float: left; font-size: 28px; padding: 15px 0 0; } #header ul { float: right; width: 300px; margin: 15px 0; } #header ul li { float: left; margin: 0 20px; } #header ul li a { cursor: pointer; } #content { color: #FFF; width: 1000px; margin: 0 auto; font-size: 18px; } #content h1 { font-size: 26px; margin: 30px 0; } #content h2 { font-size: 24px; margin: 20px 0; } #content p em { font-style: italic; margin: 0 -4px 0 0; } #content .graph { width: 900px; height: 400px; margin: 0 auto; } #content .graph h2 { text-align: center; margin: 180px; } #content .inputs { width: 900px; margin: 0 auto 30px; text-align: center; } #content .inputs label { font-weight: bold; } #content .inputs input { width: 200px; }