*{ box-sizing:border-box;}
body{
  text-align:center; margin:0;}

#alba_left{
  width:450px;
  height:400px;
  background-color: rgb(215,202,195);
}
#alba_inner1{
    width:170px;
    height:130px;
    background-color: rgb(0,95,65);
    margin-top:-280px;
    margin-left:-170px;
}
#alba_right{
  width:225px;
  height:400px;
  margin-left: 225px;
  margin-top: -250px;
  background-color: rgb(0,95,65);
}
#alba_inner2{
  width:170px;
  height:130px;
  background-color: rgb(215,202,195);
  margin-top:-280px;
  margin-left: 170px;
}

a:link, a:visited {
background-color: #FFAB94;
color:white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block:
}

a:hover, a:active {
background-color:#FF6382;
}