html {
  height: 100%;
  z-index:-20;
}

body {
color:white;
font-family:Eurostile, Tahoma, Geneva, Times;
background-image:url(img/bg.jpg);
background-repeat:repeat;
font-size:20px;
margin: 0;
height: 100%;
 z-index:-20;
}

.para {
  padding:10px;
  margin-left: 112px;
  position:relative;
  width:800px;
  text-align : justify;
  z-index:10;


}

.content {
  position: relative;
  margin: 0;
  padding:0px;
  margin-left: auto;
  margin-right: auto;
  
  height: 100%;
  width: 1024px;
  
  background-color:#1E1E1C;
  filter : alpha(opacity=90);
  opacity : 0.9;
}

.corps{
   position:fixed;
   overflow-y:visible;
   overflow-x:hidden;
   

    width:100%;
   left: 0px;
    right: 0px;
   top:130px;
   bottom:50px;
   
  
}

.defil{
width:800px;

position:absolute;
top:650px;
left: 112px;



}

.footer {
  height:50px;
  width: 1024px;
  background-color:#A21251;   
  position:absolute;
  bottom:0px;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  filter : alpha(opacity=100);
  opacity :1;
}

.footer2 {
  height: 257px;
  width: 100%;
 # border:solid 1px red;  
  position:absolute;
  bottom:0px;
  text-align:right;
  margin-left: auto;
  
  margin-right: auto;
  padding:15px;
  filter : alpha(opacity=100);
  opacity :1;
  z-index:-25;
}



h1{

margin-left:112px;
color:#8F0C45;

}

h2{

margin-left:80px;
color:#9F1C55;

}
.cmd input[type=text]{
   height:28px;
   background:transparent url('img/bgp.png') repeat-x 0px 16px;
   padding-left:6px;
   border:none; 
   color:white;
   font-size:16px;
  ' overflow:auto;
   z-index:100;


}

.cmd textarea{


   border:none;

   font-size:16px;
   overflow:auto;


}

.button {
   border: 1px solid #e3222;
   background: #A21251;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e83), to(#d665b2));
   background: -webkit-linear-gradient(top, #d665b2, #A21251);
   background: -moz-linear-gradient(top, #d665b2, #A21251);
   background: -ms-linear-gradient(top, #d665b2, #A21251);
   background: -o-linear-gradient(top, #d665b2, #A21251);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family:Eurostile, Tahoma, Georgia, serif;
   text-decoration: none;
   vertical-align: middle;


   width:75%;
   height:50px;
   position:relative;
   margin-left:auto;
   margin-right:auto;
   cursor:pointer;
   }
.button:hover {

   background: #A21251;
   color: #ccc;
   font-size: 18px;
   }
.button:active {

   background: #5c1b4b;
   }

