@import url(http://fonts.googleapis.com/css?family=VT323); body { background: rgb(0,18,0); background: -moz-radial-gradient(center, ellipse cover, rgba(0,18,0,1) 0%, rgba(0,15,0,1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,18,0,1)), color-stop(100%,rgba(0,15,0,1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(0,18,0,1) 0%,rgba(0,15,0,1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(0,18,0,1) 0%,rgba(0,15,0,1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(0,18,0,1) 0%,rgba(0,15,0,1) 100%); background: radial-gradient(ellipse at center, rgba(0,18,0,1) 0%,rgba(0,15,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001200', endColorstr='#000f00',GradientType=1 ); background-attachment: fixed; background-size: cover; font-family: 'VT323'; } /*BODY BG CSS */ body { }