body
{
background-color:#000000;
}



#video {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 200%;
height: 100%;
z-index: -1000;
}

.cv
{
width: 800px;
position:relative;
text-align:center;
margin-top: 100px;
color:#FFFFFF;
font-family:"Arial";
font-size: 10px;
line-height: 2em;
text-shadow: 3px 3px 2px #383838;
margin-left: auto;
margin-right: auto;
}

.button {
   border: 0px solid #ffffff;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#000000));
   background: -webkit-linear-gradient(top, #3d3d3d, #000000);
   background: -moz-linear-gradient(top, #3d3d3d, #000000);
   background: -ms-linear-gradient(top, #3d3d3d, #000000);
   background: -o-linear-gradient(top, #3d3d3d, #000000);
   background-image: -ms-linear-gradient(top, #3d3d3d 0%, #000000 100%);
   padding: 10px 37px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family:
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 0px solid #ffffff;
   text-shadow: #000000 0 1px 0;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#000000));
   background: -webkit-linear-gradient(top, #383838, #000000);
   background: -moz-linear-gradient(top, #383838, #000000);
   background: -ms-linear-gradient(top, #383838, #000000);
   background: -o-linear-gradient(top, #383838, #000000);
   background-image: -ms-linear-gradient(top, #383838 0%, #000000 100%);
   color: #ffffff;
   }
.button:active {
   text-shadow: #000000 0 1px 0;
   border: 0px solid #ffffff;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#000000));
   background: -webkit-linear-gradient(top, #363636, #000000);
   background: -moz-linear-gradient(top, #363636, #000000);
   background: -ms-linear-gradient(top, #363636, #000000);
   background: -o-linear-gradient(top, #363636, #000000);
   background-image: -ms-linear-gradient(top, #363636 0%, #000000 100%);
   color: #fff;
   }