#prizesDesc {
    text-align: left;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
}
#prizesDesc div {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
}
#prizesDesc div.active {
    background: #eb6014;
    color: #ffffff;
}
#congratsImg {
    width: 780px;
    height: 520px;
    display: inline-block;
}
#congratsImg a {
    color: #000000;
    text-decoration: none;
    font-size: 28px;
    margin-top: 360px;
    display: inline-block;
    word-break: break-all;
    padding: 0px 50px;
    line-height: 30px;
}

.page {
	padding-top: 30px;
	
}

.page .top {
	height: 90px;
	background: url(images/top_20_years.jpg?2) center center no-repeat;
}