body
{
	margin: 0;
}

.bingoCard
{
	width: 33%;
	height: 200px;
	border: 1px solid black;
	float: left;
	margin: 1px;
	vertical-align: middle;
}

.bingoCard>span
{
	text-align: center;
	display: block;
	width: 100%;
	height: 25px;
    top: 50%;
    margin-top: -12px;
    position: relative;
}

#winDiv
{
	position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    background-color: #33EE66;
    vertical-align: middle;
    margin-top: -150px;
    text-align: center;
}


#winDiv>span
{
	text-align: center;
	display: block;
	width: 100%;
	height: 25px;
    top: 50%;
    margin-top: -12px;
    position: relative;
}