#programmes {
	margin: 20px auto;
	position: relative;
	height: 300px;
	width: 70%;
	min-width: 440px;
	border: 1px solid #0076c0;
	background: #ffffff url(images/programmes_background.jpg) no-repeat;
}

#loss, #gain {
	float: left;
	margin-top: 100px;
	width: 30%;
	min-width: 135px;
}
	#loss { margin-left: 20%; padding-left: 65px; }
	#gain { margin-left: 2%; }

#loss a, #gain a {
	display: block;
	height: 104px;

	padding: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: 2px solid #0076c0;
	color: #0076c0;
	text-decoration: none;
}
#loss a:hover, #gain a:hover {
	border: 2px solid #3eb5ff;
	color: #3eb5ff;
}
#loss span, #gain span { display: block; }
span.programmes { font-size: 14px; line-height: 14px; text-align: left; }
span.weight { font-size: 35px; line-height: 45px; text-align: center; }
span.type { font-size: 45px; line-height: 45px; text-align: center; }


#feel {
	position: absolute;
	bottom: 0px;
	right: 0px;
}