#banner {
	width: 945px;
	height: 150px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

#bannerflash {
	width: 342px;
	height: 120px;
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #800000;
	border-right: 1px solid #800000;
}
#bannerlinks {
	height: 30px;
	width: 343px;
	position: absolute;
	background: #d3d3af;
	right: 0px;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
	color: #990033;
}
#bannerlinks p {
	padding-top: .6em;
}
#bannerlinks a {
	color: #990033;
	font-weight: bold;
}
#bannerlinks a:hover {
	font-style: italic;
}
#bannerlinks a:visited {
	color: #990033;
}
* html #bannerlinks {
        right:  -1px;
	bottom: 3px;
}
* html #bannerflash {
        right: -1px;
}