html, body { height: 100%; margin: 0; padding: 0;  overflow: auto; }

img#bg {  position:absolute; top:0; left:0;  height:100%; z-index: -1; }
body > img#bg { position: fixed; }

img#logo1 { position:absolute; top:50px; left:50px;  height:10%; }
body > img#logo1 { position: fixed; }

# img#logo2 { position:absolute; bottom:50px; right:50px; }
img#logo2 { position:absolute; top:120px; left:50%; margin-left: -165px; }
body > img#logo2 { position: fixed; }

div#content {
    float: left;
    top: 80px;
    left: 50%;
    position:absolute;
    border: solid 0px black;
    z-index:1;
    margin-left: -225px;
    width: 450px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
    background:#ddd;
    align: left;
    padding-left: 15px;
    padding-top: 0px;
    word-wrap: break-word;
    overflow: hidden;
}

.head {
    color: #1768b0;
    font-family: Tahoma, Verdana;
    font-size: 120%;
    font-weight: bold;

}

p {
    color: #1768b0;
    font-family: Tahoma, Verdana;
    font-weight: bold;
}

a {
    color: brown;
    font-face: Verdana;
    font-weight: bold;
    text-decoration: none;    
}
