body
{
  text-align:center;
  background-color:#ABC9FC;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#90B9F1', endColorstr='#ABC9FC');  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#90B9F1', endColorstr='#ABC9FC')";  background-image:-webkit-gradient(linear, left top, left bottom, from(#90B9F1), to(#ABC9FC));  background-image:-moz-linear-gradient(#90B9F1, #ABC9FC);  background-image:-o-linear-gradient(#90B9F1, #ABC9FC);  background-image:linear-gradient(#90B9F1, #ABC9FC);  background-image:-webkit-linear-gradient(#90B9F1, #ABC9FC);  background-image:-ms-linear-gradient(#90B9F1, #ABC9FC);  min-height:800px;
}

