html {
        height: 100%;
        display: table;
        margin: auto;
}

body {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        background-image: url("grass01.png");
        background-repeat: repeat;
}

h1 {
        margin: 10px;
        text-align: center;
        font-family: 'Dancing Script', cursive;
        font-size: 48pt;
}

.logo {
        text-align: center;
        font-family: 'Dancing Script', cursive;
        font-size: 80px;
	margin: 0 30 0 30;
}

img.logo {
        vertical-align: bottom;
}

img.camera {
        border: 3px solid #000000;
}

.zoom {
        zoom: 50%;
}
