@charset "utf-8";
/* CSS Document */
body{
background: rgb(75,69,71);
background: -webkit-linear-gradient(rgba(75,69,71,1) 0%, rgba(145,61,61,1) 8%, rgba(0,0,0,1) 74%);
background: -o-linear-gradient(rgba(75,69,71,1) 0%, rgba(145,61,61,1) 8%, rgba(0,0,0,1) 74%);
background: linear-gradient(rgba(75,69,71,1) 0%, rgba(145,61,61,1) 8%, rgba(0,0,0,1) 74%); 
}

