@charset "utf-8";
/* CSS Document */


#box_text{
overflow:visible;
height: 280px;
margin-right:0px;

}


#buttons{

text-align:center;
padding:40px 25px 20px 25px;
width:150px;
height:240px;
float:left;
}

#buttons a{
display:block;
width:110px;
border:1px solid black;
margin:0 auto 15px auto;
font-size:18px;
padding:15px 0 15px 0 ;
background-color:#61544c;
color:white;
text-decoration:none;
}

#buttons  a:hover{
text-decoration:none;
background-color:#70625a;

}

strong{
font-size:19px;

}