A {
  color: #fff !important;
  }  

#header {
  display: none;
  }
  
#page {  
  width: 640px;
  text-align: left;
  margin: 0;
  padding: 0;
  }  
  
#mobile {
  padding: 20px;
  }  
  
.header {
  background-color: #F2F0E3;
  color: #A89C47;
  padding: 40px 20px 20px 20px;
  margin-bottom: 15px;
  }  
  
h1 {
  font-size: 46px;  
  line-height: 55px;
  }
  
h2 {
  font-size: 24px; 
  line-height: 29px;
  font-weight: normal; 
  }
  
.box {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  background: #A89C47 url('images/arrowMobile.png') no-repeat right center; 
  margin-bottom: 15px;
  padding:  20px;
  color: #fff !important;
  }
  
  
#link {
  color: #A99D40 !important;
  font-size: 30px;
  line-height: 36px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  width: 100%;
  background: none;
  }  
  