body{
    background: #000000 url(images/bg.jpg) top center no-repeat;
    color: #FFFFFF;
    font: bold 14px "Helvetica", "Arial", sans-serif;
    text-shadow: black 0px 1px 0px;
}

#page{
    width: 710px;
    margin: 10px auto auto;
}

#title{
    background: url(images/title-main.png) top left no-repeat;
    width: 312px;
    height: 79px;
    margin: 60px auto auto;
}

#form{
    margin: 20px auto auto;
    text-align: center;
}

#letmeknow{
    font-weight: normal;
    margin-right: 10px;
    color: #DDDDDD;
}

#photo{
    background: url(images/photo.png) top left no-repeat;
    height: 405px;
    width: 720px;
    margin: 20px auto auto;
}

#copyright{
    width: 250px;
    margin: 40px auto auto;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

#submit{
    vertical-align:middle;
    position: relative;
    margin-top: -5px;
    margin-left: 10px;
    -khtml-user-select: none;
    -webkit-user-drag: none;
}

#submit:active{
    background: url(images/subscribe-d.png) top left no-repeat;
}