
body
{
  background-color: #fff;
}
.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 316px;
  height: 177px;
  background-color: #fff;
  border-radius: 0px;
}

.centered
{
	width: 316px;
	height: 177px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -135px;
}

.hover
{
    display: table-cell;
    height: 177px;
    text-align: center;
    width: 316px;
    vertical-align: middle;
}
