@charset "UTF-8";
/* CSS Document */

html{
    /* This image will be displayed fullscreen */
    background:url('bkgd2.png') no-repeat center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;

    /* The Magic */
    background-size:cover;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body{
    /* Workaround for some mobile browsers */
    min-height:100%;
}
.box{
	width:50%;
	margin-left:20%;
	margin-top:10%;
	font-size:.9em;
}