body{
font-family:verdana, arial, sans-serif;
background: rgba(0,0,18,1);
background: -moz-linear-gradient(top, rgba(0,0,18,1) 0%, rgba(108,157,205,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,18,1)), color-stop(100%, rgba(108,157,205,1)));
background: -webkit-linear-gradient(top, rgba(0,0,18,1) 0%, rgba(108,157,205,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,18,1) 0%, rgba(108,157,205,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,18,1) 0%, rgba(108,157,205,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,18,1) 0%, rgba(108,157,205,1) 100%);
filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr='#000012', endColorstr='#6c9dcd', GradientType=0 );
}
