
html{
height:100%;
}

body{
background:#ffffff url("./birdbucket.jpg") no-repeat;
background-size:cover;
background-attachment:fixed;
font-family:georgia, serif;
text-align:center;
max-width:750px;
margin:0 auto;
font-size:12pt;
height:100%;
}
