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:250px;
    height:70px;
    position:absolute;
    top:18%;    
    left:5%;
    right:30%;
    bottom:40%;
}
#img3{
    width:250px;
    height:70px;
    position:absolute;
    top:27%;    
    left:38%;
    right:30%;
    bottom:40%;
}
#img4{
    width:250px;
    height:70px;
    position:absolute;
    top:52%;    
    left:20%;
    right:30%;
    bottom:40%;
}
#img5{
    width:250px;
    height:70px;
    position:absolute;
    top:75%;    
    left:38%;
    right:30%;
    bottom:40%;
}
#img6{
    width:250px;
    height:70px;
    position:absolute;
    top:52%;    
    left:54%;
    right:30%;
    bottom:40%;
}
#img7{
    width:80px;
    height:80px;
    position:absolute;
    top:32%;    
    left:28%;
    right:30%;
    bottom:40%;
}
#img8{
    width:80px;
    height:80px;
    position:absolute;
    top:71%;    
    left:28%;
    right:30%;
    bottom:40%;
}
#img9{
    width:80px;
    height:80px;
    position:absolute;
    top:71%;    
    left:59%;
    right:30%;
    bottom:40%;
}
#img10{
    width:100px;
    height:100px;
    position:absolute;
    top:30%;    
    left:60%;
    right:30%;
    bottom:40%;
}
#img11{
    width:200px;
    height:200px;
    position:absolute;
    top:68%;    
    left:78%;
    right:30%;
    bottom:40%;
}
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%;

}