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

div#content
{
    vertical-align: middle;
    text-align: center; 
    position: absolute;
    /*top: 25%;*/
    width: 99%;
    background-color: white;
    background-image:url('graphics/ba4logowatermark_rotated.jpg');
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-position: bottom right;
}

div.other
{
    width: 600px;
    /* border: red 1px solid; */
    position: relative;
    text-align: left;
}

h1
{
    font-family: sans-serif;
    text-align: center;
    /* top: 25%;
    position: absolute;
    width: 99%; */
}

