body {
    background-image: url("http://cdn1.theodysseyonline.com/files/2014/09/05/635455437327141141-1963008910_the_avatar_cycle_by_wildcard24-d6wd5m2.imgopt1400x60.jpg");
    background-repeat: no-repeat;
    /*background-position: fixed;*/

    background-size: 100% 100%;
  /*  z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    height: 100%;*/
  /*}*/
}
html {
    height: 100%
}
.heading{
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  text-align: center;
  

}
.choose{ 
  /*margin:0 auto;*/
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

  position: fixed;
  text-align: center;
  vertical-align: middle;

    width: 100%;
    height: 100%;
    padding-top: 1%;
    /*padding-bottom: 2%;*/
}
.choose img {
  height: 100px;
  border-radius: 12px;
}

.choose a:hover { 
    border: 10px solid #4fedff;
    /*outline: blue inset thick;*/
}
