.menuvice {
text-align: center;
}
	
	
	
.menuvice a {
     background-color: #D9C499;
    background-position: center 5px;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 75px;
    line-height: 110px;
    margin: 10px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    width: 75px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   background-size: 32px;
}
	