body {
    font-family:Arial;
}

html {
    background-image: url(upchart6.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
input.groovy {
    font-weight: bold;
    color:#FFFFFF;
    background-color: green;
}
#members {
    position: absolute;
    right: 10%;
    width: 50%;
    text-align: right;
}
#welcome {
    font-weight: bold;
    margin-left: 5%;
    margin-right: 40%;
}
.note {
    font-style: italic;
    font-size: 80%;
}
