body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #b3cae8;
}
#header{
    background-color:#484891;
    color: white;
    width: 100%;
    height:90px;
    position:absolute;
    
}
#img1{
    width:90px;
    height:90px;
    position:absolute;
    top:0%;    
    left:0%;
}
#img2{
    width:400px;
    height:450px;
    position:absolute;
    top:10%;    
    left:98%;
}
#h1{
    width:700px;
    height:200px;
    position:absolute;
    top:2%;    
    left:7%;
}
#w2{
    color:#003060;
    position:absolute;
    top:19%;
    left: 3%;
    font-size: 120%;
}
#w1{
    width:600px;
    height:100px;
    position:absolute;
    bottom: 5%;   
    left:7%;
}

a:link {
    color:white;
    text-decoration:underline;
    }
    a:visited {
    color:white;
    text-decoration:none;
    }
#footer{
    background-color: #484891;
    color: white;
    width:100%;
    height: 100px;
    position: absolute;
    bottom: 0%;

}