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

background: #ffbfe8; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #ffbfe8 2%, #d6bfff 8%, #ffbfe8 16%, #bfe8ff 22%, #ffd6bf 29%, #ffbfe8 37%, #b7ffe0 41%, #e8ffbf 45%, #deffc1 53%, #ffdff3 65%, #ffbfe8 79%, #ffbfe8 99%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%,#ffbfe8), color-stop(8%,#d6bfff), color-stop(16%,#ffbfe8), color-stop(22%,#bfe8ff), color-stop(29%,#ffd6bf), color-stop(37%,#ffbfe8), color-stop(41%,#b7ffe0), color-stop(45%,#e8ffbf), color-stop(53%,#deffc1), color-stop(65%,#ffdff3), color-stop(79%,#ffbfe8), color-stop(99%,#ffbfe8)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #ffbfe8 2%,#d6bfff 8%,#ffbfe8 16%,#bfe8ff 22%,#ffd6bf 29%,#ffbfe8 37%,#b7ffe0 41%,#e8ffbf 45%,#deffc1 53%,#ffdff3 65%,#ffbfe8 79%,#ffbfe8 99%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #ffbfe8 2%,#d6bfff 8%,#ffbfe8 16%,#bfe8ff 22%,#ffd6bf 29%,#ffbfe8 37%,#b7ffe0 41%,#e8ffbf 45%,#deffc1 53%,#ffdff3 65%,#ffbfe8 79%,#ffbfe8 99%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #ffbfe8 2%,#d6bfff 8%,#ffbfe8 16%,#bfe8ff 22%,#ffd6bf 29%,#ffbfe8 37%,#b7ffe0 41%,#e8ffbf 45%,#deffc1 53%,#ffdff3 65%,#ffbfe8 79%,#ffbfe8 99%); /* IE10+ */

background: radial-gradient(center, ellipse cover,  #ffbfe8 2%,#d6bfff 8%,#ffbfe8 16%,#bfe8ff 22%,#ffd6bf 29%,#ffbfe8 37%,#b7ffe0 41%,#e8ffbf 45%,#deffc1 53%,#ffdff3 65%,#ffbfe8 79%,#ffbfe8 99%); /* W3C */

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



z-index:1;
overflow: hidden;

}
