.title {
	background: url(https://www.finefit.hu/images/title_container.png) no-repeat;
}
.button {
	background: url(https://www.finefit.hu/images/button.png) repeat-x;
}
.titleContainer {
	background: url(https://www.finefit.hu/images/small_triangle.png) no-repeat 5px 50%;
}
.decline {
	background: url(https://www.finefit.hu/images/decline.png) no-repeat;
}
.declineNomail {
	background: url(https://www.finefit.hu/images/decline_nomail.png) no-repeat;
}
.accept {
	background: url(https://www.finefit.hu/images/accept.png) no-repeat;
}
.timer {
	float: right; 
	font-weight: bold; 
	font-size: 24px; 
	margin: 30px;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 950px;
	padding: 10px;
	margin: 0;
	background-color: white;
	z-index: 99;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 100px;
}