/* STICKY BIT RULES */

div#sticky_bit_container {
	margin: auto;
	width: 450px;
	height: 300px;
	background: transparent url("/images/backgrounds/sticky_bit_closeup.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #FFFFFF;
}

	#sticky_bit_container h1 {
		display: none;
	}
	
	#sticky_bit_container p {
		margin: 150px 50px 45px 50px;
	}
	