@charset "UTF-8";
/* CSS Document */

body {
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, white, rgba(0,169,157,.2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, white, rgba(0,169,157,.2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, white, rgba(0,169,157,.2)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, white, rgba(0,169,157,.2)); /* Standard syntax */
}
