/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-size:120%;
}

#news{
	height: 220px;
}

#news ul{
	margin:5px;
	width:588px;
	height:180px;
	overflow:auto;
	padding:0;
	background-image: url(img/bg_news01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}