
  a:link { text-decoration:none;}
  a:visited { text-decoration:none;}
  a:hover { text-decoration:none;}
  a:active { text-decoration:none;}
  a:focus { text-decoration:none;}

  
  body {
      text-align: center;
      background-color: #30333b;
      font-family: Trebuchet MS,Arial, Tahoma, sans-serif;
  }

  .mainframe{
      margin-left: auto;
      margin-right: auto;
      width: 1024px;
      height: auto;
      padding: 5px 0;
      border: 2px #FFE4B5;
  }             
  
  div.head {
      color:white;
      font-size:102px;
      font-style:bold;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom:20px;
  }
  
  div.buttonbig {
      font-size:62px;
      background-color:#2E2E2E;
      background-image: url("img/stripe.png");
      background-repeat: repeat;
      color:white;
      text-align: center;
      padding-top:70px;
      width: 450px;
      height: 160px;
      margin: 10px auto;
      
  }