.text-container {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: -100px;
    font-family: sans-serif;
    color: #222;
	clear: both;
	font-size: 30px;
}

.main-text{
	font-size: 120px;
}

#yes div.main-text {
	color: #55dd55;
}

#no div.main-text {
	color: #dd5555;
}

#no {
	display: none;
}

a {
	color: #5555ff;
}

.banner {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -364px;
	text-align: center
}
