#bac-window {
	width:  448px;
	height:  337px;
	background: transparent;
	position: absolute;
	top:  0;
	left:  0;
	z-index: 999;
}

#bac-top {
	width: 448px;
	height: 24px;
	background: url(/images/bac-top.png) top left no-repeat transparent;
}

#bac-body {
	width: 448px;
	height: 400px;
	background: url(/images/bac-body.png) top left repeat-y;
	text-align: center;
}

#bac-bottom {
	width: 448px;
	height: 13px;
	background: url(/images/bac-bottom.png) top left no-repeat transparent;
}

#bac-close {
	display: block;
	width: 48px;
	height: 18px;
	background: url(/images/close-button.gif) top left no-repeat;
	position: relative;
	top: 6px;
	left: 382px;
	text-decoration: none;
}
