
.board {
  position: relative;
  margin:25px auto;
  padding:0 0 0 25px;
  width:100%;
  max-width: 1300px;
  min-height: 400px;
  background: linear-gradient(#616161, #474747);
  border: 1px solid #493c2b;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 30px 30px rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 50px;
  letter-spacing: 3px;
}

.board:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background: #aa916b;
  z-index: -1;
  box-shadow: 0 5px 10px 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 2px black;
}

.board:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0.1em;
  width: 50px;
  height: 8px;
  background: #f1f1f1;
  bottom: -1px;
  right: 45px;
  box-shadow: inset 0 -4px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.3);
}

div.main{
   font-size: 18px; 
   max-width: 854px;
   margin-left: auto;
   margin-right: auto;   
}
div.main p{
	margin-left:40px;
	margin-right:47px;
}
div.alig{
	margin-left:40px;
	margin-right:45px; 	
}
div.photo {
   margin: 5px 47px 5px 40px;
   max-width: 765px;	
}
div.photo img{
   width: 100%;
}
p.italic {
    font-style: italic;
}