* {margin:0; padding:0;}
body {line-height:135%;
}

#whole {
	position: absolute;
	width: 100%;
	margin: 0px auto;
	left: 0px;
}

#topics {
	position: absolute;
	width: 304px;
	background-color: #fff;
}

#tips, #tips li{
	margin: 0px;
	padding-left: 2px;
	list-style:none;
	color: #ffffff;
	}
#tips{
	width: 304px;
}

#tips li{
	display:none; /* hide the items at first only */
	}

