/* html{
  width:100%; height:100%;
  background: #00385c;
  background: -moz-linear-gradient(top,  #00446f 0%, #0068aa 46%,#003c62 100%); FF3.6+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00446f), color-stop(46%,#0068aa), color-stop(100%,#003c62)); Chrome,Safari4+
  background: -webkit-linear-gradient(top,  #00446f 0%,#0068aa 46%,#003c62 100%); Chrome10+,Safari5.1+
  background: -o-linear-gradient(top,  #00446f 0%,#0068aa 46%,#003c62 100%); Opera 11.10+
  background: -ms-linear-gradient(top,  #00446f 0%,#0068aa 46%,#003c62 100%); IE10+
  background: linear-gradient(to bottom,  #00446f 0%,#0068aa 46%,#003c62 100%); W3C
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e9a', endColorstr='#00385c',GradientType=0 ); IE6-9
} */

body{margin:0; background-color: #007fc4;}

#Stage{min-height:320px;}