html {
    background-image:url('wavecurl.jpg');
}

body {
}

img.topleft-logo {
    width: 100%;
}

h1 {
    text-align: center;
}

ul#wordfloat {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

ul#wordfloat li {
    list-style: none;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
