#background_top {
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	height:170px;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	visibility: visible;
}
#butterfly {
	position:absolute;
	left:50%;
	top:0px;
	margin-left: -450px;
	width:900px;
	height:170px;
	z-index:2;
	background-image: url(../Images/Backgrounds/Connect_Header.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	visibility: visible;
}
