#banner
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 980px;
	height: 130px;
}

#banner #left
{
	position: absolute;
	width: 20px;
	height: 130px;
	background: url(banner_fill.png) repeat-x scroll;}

#banner #window
{
	position: absolute;
	left: 20px;
	width: 100px;
	height: 130px;
	background: url(banner_window.png) no-repeat scroll;
}

#banner #fill
{
	position: absolute;
	left: 120px;
	width: 760px;
	height: 130px;
	background: url(banner_fill.png) repeat-x scroll;
}

#banner #cap
{
	position: absolute;
	left: 880px;
	width: 100px;
	height: 130px;
	background: url(banner_cap.png) no-repeat scroll;
}

#banner #title
{
	position: relative;
	top: -4px;
	left: 735px;
	width: 200px;
	height: 100px;
	background: url(banner_title.png) no-repeat scroll;
}