.MyGradientClass
{
background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #6E5615 0%, #001017 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #6E5615 0%, #001017 100%);

/* Opera */ 
background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #6E5615 0%, #001017 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 561, color-stop(0, #6E5615), color-stop(1, #001017));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #6E5615 0%, #001017 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center bottom, #6E5615 0%, #001017 100%);}

#video_background 
{
position: fixed;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 100;
overflow: hidden;

}
a:link
{
color: #fff;
text-decoration: none;
}
a:visited
{ 
color: yellow;
}
html, body {
  height: 100%;
}