	#flipBox div.fact {
		background-color: #e43a2c;
		background-image: url('../assets/facts/01.gif');
		background-repeat: no-repeat;
		background-position: bottom right;
		width: 100%;
		height: 100%;
	}
	#flipBox {
		width: 500px;
		height: 200px;
		margin: 40px 0 0 0;
		background-color: #fff;
		color: #fff;
		font: 18px "Verdana", sans-serif;
		text-align: left;
		position: relative;
		left: 60px;
		float: left;
	}
	#flipBox p.fact{
		padding: 21px 21px 0 21px;
		top: 0;
		left: 0;
		margin: 0;
	}
	div#buttons {
		width: 290px;
		margin: 38px 0 0 95px;
		float: left;
	}
	#buttons h3{
		color: #e43a2c;
	}
	a#flipNext{
		position: relative;
		top: 15px;
		padding: 2px 10px;
		left: 34px;
		cursor: pointer;
	}
	a#flipBack{
		position: relative;
		top: 15px;
		padding: 2px 10px;
		left: 34px;
		cursor: pointer;
		
	}
	a#contact_page {
		margin: 0;
		padding: 0;
		left: 0;
		top: 0;
	}
	#buttons a#sources{
		left:60px;
		margin:0;
		padding:0;
		top:300px;
		width: 100px;
		position: absolute;
	}