div.g {
    background-color: #00bb00;
    height: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: #111 solid 1 px;
    }

body {
    background: #303030 url('/noise.png');
    margin: 200px;
    text-align: center;
}

h1, a.ba, a {
    text-decoration: none;
    font: 40px Verdana, Helvetica, Arial, Sans-Serif;
    letter-spacing: -2px;
    color: #999; text-shadow: 0px 1px 2px #000;
    }

a, a.ba {
    margin: 5px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #111; text-shadow: 0px 1px 1px #555;
    }

a:hover {
    text-decoration: underline;
    }
