/* Content Text CSS Start */
#text a {
	color: #DB3A11;
	font-variant: small-caps;
	font-size: 25px;
}
/* Content Text CSS End */

/* Richie Challenge CSS Start */
#bigpizza {
	display: table;
	width: 100%
}
#contestcontainer {
	display: table-cell;
	width: 49%;
}
#contestcontainer img {
	height: 300px;
}
/* Richie Challenge CSS End */