*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  -ms-box-sizing : border-box;
}
BODY{
  font-family : Verdana;
  text-align : center;
  color : #56452d;
  background : url(back.gif) fixed;
  font-size : x-small;
}
A{
  color : #896a45;
}
.main{
  padding-top : 300px;
  width : 600px;
  margin : auto;
}
.white{
  font-size : 11px;
  width : 96px;
  height : 123px;
  background : url(t1.gif) 50% no-repeat;
  float : left;
  margin : 10px;
  text-align : justify;
  text-justify : distribute-all-lines;
  padding : 10px;
}
.brown{
  font-size : 11px;
  width : 96px;
  height : 123px;
  background : url(t2.gif) no-repeat;
  float : left;
  margin : 10px;
  text-align : justify;
  text-justify : distribute-all-lines;
  padding : 13px;
  color : #fffaf0;
}
.white p, .brown p{
  margin : 12px 0 12px 0;
}
.white a, .brown a{
  text-decoration : none;
}
.white a:hover, .brown a:hover{
  text-decoration : underline;
}
H1{
  font-size : 11px;
  margin : 0px;
  padding : 30px 0 30px 0;
}
.white .since{
  font-size : 9px;
  margin : 0px;
  padding : 0px;
}


