
canvas {
display: block;
    width: 100%!important;
    height: 652px;
    position: absolute;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(171,209,234,0.5)), color-stop(100%,rgba(125,185,232,0.75)));
    /* background: -webkit-radial-gradient(center, ellipse cover, rgba(171,209,234,0.5) 0%,rgba(125,185,232,0.75) 100%); */
    background: -o-radial-gradient(center, ellipse cover, rgba(171,209,234,0.5) 0%,rgba(125,185,232,0.75) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(171,209,234,0.5) 0%,rgba(125,185,232,0.75) 100%);
    /* background: radial-gradient(ellipse at center, rgba(171,209,234,0.5) 0%,rgba(125,185,232,0.75) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80abd1ea', endColorstr='#bf7db9e8',GradientType=1 );
	  

	}