#oldbanner {
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	border-bottom: 2px solid black;
	background-color: yellow;
	z-index: 999999;
}

#oldtext {
	text-align: center;
	font-weight: bold;
	text-transform:uppercase;
}

#oldnewlink {

}	