#content{
width:820px;
//height: 2255px;
height: 2670px;
position: relative;
}

/*
#zombieKiriMedium {
width: 420px;
height: 420px;
background-color: blue;
background-image: url(../images/zombiekiri/stuart-saunders-games-zombie-kiri-medium.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
margin: -5px;
}
#zombieKiriMedium:hover{
background-size: 105%;
z-index:1;
border: 2px solid;
border-color: black;
}

#largeContent1:hover > #wordsMedium {
opacity: 1;
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}