@CHARSET "ISO-8859-1";

	  
/* tips */

#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	margin:auto;
	width:500px;
	height:80px;
	font-size:16px;
	line-height:120%;
	background:#e3f4f9;
	}
#tips li{
	padding:20px;
	background:#e3f4f9;
	display:none; /* hide the items at first only to display one with javascript */
	}
					

/* // tips */