
body {  
 background-color:#000000;
  background-image: url(bg.jpg);
}

#menu {
  border: 2;
  border-color: green;
  background-color:  white;
  width: 100%;
  color: #000000;
  text-align: left;
  padding: 15px;
  
  
}
#torzs {
  border: green;
  background-color:  #7DFDFE;
  width: 70%;
  color: #000000;
  text-align: center;
  padding: 15px;
  
}
#torzs2 {
  border: 2;
  border-color: green;
  background-color:  white;
  width: 80%;
  color: #000000;
  text-align: center;
  padding: 15px;
  
}
#a {
margin: 5px;
text-align:  justify;
font-family:'Arial Black';
color: #7CB229;
font-size: 14px;
}

 .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
        -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
        box-shadow:inset 0px 1px 0px 0px #caefab;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #7eb229));
        background:-moz-linear-gradient(top, #77d42a 5%, #7eb229 100%);
        background:-webkit-linear-gradient(top, #77d42a 5%, #7eb229 100%);
        background:-o-linear-gradient(top, #77d42a 5%, #7eb229 100%);
        background:-ms-linear-gradient(top, #77d42a 5%, #7eb229 100%);
        background:linear-gradient(to bottom, #77d42a 5%, #7eb229 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#7eb229',GradientType=0);
        
        background-color:#77d42a;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #268a16;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 12px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #aade7c;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7eb229), color-stop(1, #77d42a));
        background:-moz-linear-gradient(top, #7eb229 5%, #77d42a 100%);
        background:-webkit-linear-gradient(top, #7eb229 5%, #77d42a 100%);
        background:-o-linear-gradient(top, #7eb229 5%, #77d42a 100%);
        background:-ms-linear-gradient(top, #7eb229 5%, #77d42a 100%);
        background:linear-gradient(to bottom, #7eb229 5%, #77d42a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb229', endColorstr='#77d42a',GradientType=0);
        
        background-color:#7eb229;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }