/* set your initial positions in the javascript, not the CSS, put attributes you'll not be animating here */


/* css reflects all the divs named in the html */


/* creates the green background box */


/* #temp {
    position: absolute;
    width: 300px;
    height: 250px;
    background-image: url(imgs/temp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

} */






#bk1 {

 background-color: #243a6f;

}

#img01 {

    background-image: url(imgs/img01.jpg);

}

#img02 {

    background-image: url(imgs/img02.jpg);

}


#copy01 {

    background-image: url(imgs/copy01.png);

}


#copy02 {

    background-image: url(imgs/copy02.png);

}






#copy09 {

    background-image: url(imgs/copy09.png);
}

#copy10 {

    background-image: url(imgs/copy10.png);
}

#copy11 {

    background-image: url(imgs/copy11.png);
}


#box01 {

 background-color: #243a6f;

  left: 28px;
  top: 134px;
  width: 151px;
  height: 23px;


}


#box02 {
  background-color: #243a6f;
 
  left: 28px;
  top: 149px;
  width: 238px;
  height: 29px;
 
}







#logo01 {
    background-image: url(imgs/logo01.png);

}

#logo02 {
    background-image: url(imgs/logo02.png);

}


#cta01 {
    background-image: url(imgs/cta01.png);

}

#cta02 {
    background-image: url(imgs/cta02.png);

}




