html { background-color: #2E2E2E; height: 100%; width: 100%; overflow: hidden; }
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #000000;
    font: 86% Arial, sans-serif;
}


p { font: 11px/18px verdana, arial,"sans serif"; color: #ffffff; margin: 24px 0 0 24px; }

#footer { margin-left: 24px; }
#marketel { width: 100%, height: 100%; }
#marketel img { margin-left: 24px; }

a:link, a:visited { color: #EEE809; text-decoration: none; }
a:hover, a:active { color: #EEE809; text-decoration:underline; }
h1{ color: #EEE809; text-decoration:underline; }
h2{color: #EEE809;}
#content { height: 100%; }
#content div { margin: 10px; }
