html{
  background-position: center 0px;
  background-repeat: repeat-y;
  background-color: #29282E;
}

body{
  font-family: Verdana;
  background-image: url(volante.png);
  background-position: center top+10px;
  background-repeat: no-repeat;
  min-height: 2000px;
  background-color: #99E2FF;
  background-attachment: fixed;
  background-size: contain;
}

div.c22 p{
   color: white;
   font-weight:bold;
   font-size:16px;
   opacity:1.0;
   filter:alpha(opacity=100);
}


.c2{
  width: 650px;
  padding: 0px;
  margin: 0px auto;
  height: 100%;
  background-color: white;
  opacity:0.60;
  filter:alpha(opacity=60);
}

