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%;
}
#h1{
    width:600px;
    height:200px;
    position:absolute;
    top:2%;    
    left:7%;
}
#w1{
    width:600px;
    height:100px;
    position:absolute;
    bottom: 5%;   
    left:7%;
}
#img2{
    width:230px;
    height:230px;
    position:absolute;
    top:35%;    
    left:15%;
    right:70%;
    bottom:80%;
}
#img3{
    width:230px;
    height:230px;
    position:absolute;
    top:35%;    
    left:43%;
    right:70%;
    bottom:80%;
}
#img4{
    width:230px;
    height:230px;
    position:absolute;
    top:35%;    
    left:72%;
    right:85%;
    bottom:80%;
}
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%;

}