html, body {
    margin: 0px;

}

h1, h2, h3, h4, h5 { 
    font-family: sans-serif;
}

h1, h2 {
    text-align: center;
}

h1 {
    color: #b8b8a8;
    letter-spacing: 8px;
}

body { 
    background-image: url(/static/softworldbg.png);
    background-repeat: repeat-x;
    background-color: #212d02;
}

.padding-box {
    padding: 1em;
    padding-top: 0em;
    background-color: white;
}

.content-main { 
    margin: 0 auto;
    border: 0px solid #FFFFFF;
    position: absolute; 
    top: 50px; 
    left: 20px;
    bottom: 0px;
    /* height: 100%; */
/*     zoom: 1; */
    width: 640px; /* this must be in pixels or IE gags inside curvyCorners */
    background-color: #FFFFFF; /* this must not be a color name or opera gags */
}

#goonmill-demo-frame {
    margin: 0 auto;
    border: 0px;
    position: absolute; 
    top: 0px;
    left: 20px;
    bottom: 0px;
    width: 608px;
    background-color: #FFFFFF;
}

#home-link {
    position: absolute;
    display: block;
    top: 0px; left: 0px;
    margin-left: 45px;
    font-family: sans-serif;
    color: white;
}
