/* stylesheet for global positioning */

.backgroundBoxTop {
  top : 93px;
}

.backgroundBoxLeft {
  left : 250px;
}

.upToHome {
  position : fixed  ;
  top : 440px;
  left : 50%;
  width : 15px;
  margin-left : -215px;
  height : 15px;
  /*border-color : gray;  border-style : solid;*/
}