
body {
    background: black url(images/bg.png) center;
    text-align: center;
    padding: 0;
    margin: 0;
    
    font-family: "Gill Sans", helvetica, Verdana, sans-serif;
}

h1,h2,h3 {
    font-weight: normal;
}
h1 {
    color: #cb2116;
}

div#centerdamnit {
    float: left;
    height: 50%;
    margin-bottom: -263px;
}

div#thewholething {
    clear: both;
    margin: 0 auto;
    width: 880px;
    height: 527px;
    background: url(images/thewholething-trans.png) no-repeat;
    display: none;
}

div#thewholething a#giantlink {
    
}

div#thewholemusicthing {
    clear: both;
    margin: 0 auto;
    width: 520px;
    height: 350px;
    background: #ffe;
    border: 19px black solid;
    padding: 20px 0;
}

div#thankyou {
    float: left;

    position: relative;
    top: 506px;
    left: 90px;

    width: 250px;
    text-align: center;
    
    color: white;
    font-family: Verdana;
    font-size: 10px;
    background: black;
    padding: 4px 0;
    
    
    display: none;
}

div#giveyouremail {
    float: left;
    
    position: relative;
    top: 506px;
    left: 90px;
    
    width: 250px;
}

input#address {
    background: black;
    width: 160px;
    color: white;
    float: left;
}

#thesubmit {
    width: 70px;
    float: right;
}