body, html {
height: 100%;
}

body {
    background: url('images/bg_bottom.png') center bottom #fff no-repeat;
    font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
    color: #242021;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited {
    color: #242021;
    text-decoration: none;
}

a:hover, a:active {
    color: #f5921d;
    text-decoration: none;
}

h1 {
    font-size: 14px;
    margin-bottom: 10px;
}


#content {
    margin: 0px 0px 0px 20px;
    line-height: 15px;
}         

.orange {
    color: #f3911b;
}

.link a{
    text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px;
    span: 0px;
}