body {
  background-image: url(/common/images/interface/homeBackground.gif);
  background-position: top left;
}

#header_pane {
	background-image: url(/common/images/interface/homeHeader.jpg);
	height: 220px;
}

#news_pane {
	position: relative;
	width: 890px;
	height: 188px;
	top: -8px;
	background: url(/common/images/interface/homeMid.jpg) no-repeat bottom left;
}

#news_pane img.title {
	position: absolute;
	left: 0px;
	top: -42px;
	width: 380px;
	height: 38px;
}

#news_pane div.synopsis {
	position: relative;
}

#news_pane div.synopsis div.arrow {
	position: absolute; 
	left: 10px; 
	top: 0px;
}

#news_pane div.synopsis div.article {
	position: absolute;
	top: 0px;
	left: 41px;
	width: 392px;
	color: #372202;
}

#news_pane table.titles {
	width: 300px;
}

#news_pane table.titles tr td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

#home-how-to-use {
	position: absolute;
	left: 105px;
	top: 325px;
}