body {
    background-image: url("../img/background.gif");

}

#grill {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    max-height: 750px;
}

#signupbox {
    height: 200px;
    width: 60%;
    margin: auto;
    position: absolute;
    top: -15%;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid black;
    border-radius: 15px;
    background-color: white;
    text-align: center;
    padding:0 5px;
}

#emailform{
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

#azuchan{
    height: 150px;
    position: absolute;
    
}

#verifyModalImg{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

#verifyModalMsg{
    text-align:center;
    padding-left:10%;
    padding-right:10%;
}

.rel{
    height:100%;
    width:100%;
    position:relative;
}

#viewlink{
    display:block;
    position:absolute;
    bottom:22px;
    margin:0 auto;
    left:0;
    right:0;
    
}