ul {
	list-style: none;
}

#message {
	width: 200px;
	color: #333;
	border: 1px dotted black;
	background-color: #bbb;
	padding: 5px;
}

#content {
	width: 600px;
	height: 200px;
}