*{
    margin: 0px;
    padding: 0px;
}

@font-face { 
	font-family: Zapfino; 
	src: url('Zapfino.ttf');
}
@font-face { 
	font-family: Eras Light ITC; 
	src: url('ERASLGHT.TTF');
}

#wrapper{
    width: 100%;
    height: 100%;
    padding: 30px;
    /*background-image: url("coffee.jpg"); 
    background-size:100%;*/
    background-repeat:no-repeat;
    overflow: scroll;
    font-family: "Eras Light ITC";
    text-align: center;
    font-size:xx-large;
}
html { 
    background: url("coffee.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#body{
    width: auto;
    height: 680px;
    text-align: center;
}

#mail{
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
    padding-right: 200px;
    
    /* background-color: green; */
}
#about{
    color: black;
    height: 500px;
    font-family: "Eras Light ITC";
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: x-large;
    /* background-color: red; */
    padding-left: 10px;
}
.menu{
    color: black;
    font-family: "Eras Light ITC";
    text-align: center;
}
input[type="submit"]{
    padding: 3px;
    border-radius: 3px;
    border-color: transparent;
    background-color: transparent;
    font-family: "Eras Light ITC";
    font-size: large;    
    box-shadow: 0px 3px 20px 0px;
    cursor: pointer;
}