@charset "UTF-8";
#whatsnew {
	height: 500px;
}

#whatsnew h1.title{
	width: 850px;
	height: 22px;
	background-image: url(../image/whatsnewtitle.gif);
	text-align: right;
	font-size: 12px;
	font-weight: lighter;
	margin: 25px 15px 15px 0;
    padding-top: 10px;
}


#whatsnew li {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: thin solid #FFF;
	font-size: 12px;
	list-style-type: none;
}

