body {
    background: url('./gfx/background.jpg') no-repeat top center;
    font-family: 'myriad', 'lucida', 'arial', sans-serif;
    height: 1250px;
    padding: 0px;
    margin: 0px;
}

#wrapper{
    width: 800px;
    margin: 0 auto;
    position: relative;
}

td.left {
    text-align: right;
}

.invisible_input {
    background: none;
    border: none;
    color: #666;
    font-size: 11px;
    position: absolute;
    display: inline;
    z-index: 2;
}

#dairy-days-link {
    display:block;
height:150px;
left:55px;
position:absolute;
top:357px;
width:355px;
z-index:2;
}


#email_address {
    top: 798px;
    left:170px;
    width: 173px;
}

#first_name {
    top: 849px;
    left:170px;
    width: 65px;

}

#last_name {
    top: 849px;
    left:270px;
    width: 80px;
}

#form_submit {
    top: 930px;
    left:165px;
    cursor: pointer;
    width: 75px;
    height: 30px;
    display: block;
}
