#gradient {
position: fixed;
width: 150%;
height: 200%;

background: #d8ffbf; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #d8ffbf 2%, #ffe6bf 8%, #d8ffbf 16%, #ffbfd8 22%, #bfffe6 29%, #d8ffbf 37%, #f2b7ff 41%, #bfd8ff 45%, #c1ceff 53%, #ebffdf 65%, #d8ffbf 79%, #d8ffbf 99%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%,#d8ffbf), color-stop(8%,#ffe6bf), color-stop(16%,#d8ffbf), color-stop(22%,#ffbfd8), color-stop(29%,#bfffe6), color-stop(37%,#d8ffbf), color-stop(41%,#f2b7ff), color-stop(45%,#bfd8ff), color-stop(53%,#c1ceff), color-stop(65%,#ebffdf), color-stop(79%,#d8ffbf), color-stop(99%,#d8ffbf)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #d8ffbf 2%,#ffe6bf 8%,#d8ffbf 16%,#ffbfd8 22%,#bfffe6 29%,#d8ffbf 37%,#f2b7ff 41%,#bfd8ff 45%,#c1ceff 53%,#ebffdf 65%,#d8ffbf 79%,#d8ffbf 99%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #d8ffbf 2%,#ffe6bf 8%,#d8ffbf 16%,#ffbfd8 22%,#bfffe6 29%,#d8ffbf 37%,#f2b7ff 41%,#bfd8ff 45%,#c1ceff 53%,#ebffdf 65%,#d8ffbf 79%,#d8ffbf 99%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #d8ffbf 2%,#ffe6bf 8%,#d8ffbf 16%,#ffbfd8 22%,#bfffe6 29%,#d8ffbf 37%,#f2b7ff 41%,#bfd8ff 45%,#c1ceff 53%,#ebffdf 65%,#d8ffbf 79%,#d8ffbf 99%); /* IE10+ */

background: radial-gradient(center, ellipse cover,  #d8ffbf 2%,#ffe6bf 8%,#d8ffbf 16%,#ffbfd8 22%,#bfffe6 29%,#d8ffbf 37%,#f2b7ff 41%,#bfd8ff 45%,#c1ceff 53%,#ebffdf 65%,#d8ffbf 79%,#d8ffbf 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ffbf', endColorstr='#d8ffbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



z-index:1;
overflow: hidden;

}
