/* General */ * { margin: 0; } html, body { height: 100%; } body { margin: 0; padding: 0; font-family: 'Abel', sans-serif; font-size: 16px; color: #757575; background: url("../../img/default/fancy_deboss.png") repeat scroll 0 0 transparent; min-width: 1000px; } h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; color: #221D1D; } h1 { font-size: 2em; } h2 { font-size: 2.4em; } h3 { font-size: 1.6em; } p, ul, ol { margin-top: 0; line-height: 180%; } ul, ol { } a { text-decoration: none; color: #FF7637; } a:hover { } #wrap { min-height: 100%; } #content { margin-left: 150px; margin-right: 150px; padding-bottom: 100px; /* Height of footer */ } /* Header */ #push { height: 70px; /* Pushes content down with height of header */ } header { background: url("../../img/default/main-wrapper-bg.png") repeat-x; height: 70px; position: fixed; top: 0; vertical-align: top; width: 100%; z-index: 10; min-width: 1000px; } header:before { position: absolute; content: ' '; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; box-shadow: 0 0 5px black; z-index: -1; } header div.center { position: relative; padding-left: 20px; padding-right: 20px; } header div.center span.title { color: white; float: left; font-family: SansationRegular, sans-serif; font-size: 40px; cursor: default; margin-top: 12px; } header img.logo { float: left; padding-right: 10px; padding-top: 7px; width: 120px; } .header_block { float: right; margin: 12px 12px 0; font-family: SansationRegular, sans-serif; color: #ffffff; } .icon_info { padding-bottom: 5px; } .icon_info img { margin-bottom: -4px; padding-right: 5px; } #notification_div { position: absolute; left: 50%; width: 28%; margin-left: -14%; height: 45px; border: 1px solid #ffffff; margin-top: 12px; } #speedgraph { float: right; height: 45px; width: 14%; margin-top: 12px; font-family: sans-serif } /* Footer */ footer { background: url("../../img/default/main-wrapper-bg.png") repeat-x; height: 100px; margin-top: -100px; position: relative; width: 100%; z-index: 10; } footer img.logo { float: left; padding-top: 12px; padding-right: 12px; } footer div.center { padding-top: 10px; width: 900px; margin-left: auto; margin-right: auto; } footer:before { position: absolute; content: ' '; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; box-shadow: 0 0 5px black; z-index: -1; } footer .block { font-size: 12px; float: left; margin: 0; width: 150px; padding-top: 6px; padding-right: 30px; } footer .copyright { text-align: center; width: auto; padding-top: 22px; } footer h2 { background: url("../../img/default/double-line.gif") repeat-x scroll center bottom transparent !important; color: #FFFFFF; font-family: SansationLight, sans-serif; font-size: 16px; font-weight: normal; line-height: 16px; margin: 0; padding-bottom: 6px; }