body {
	background-color: black;
}

#testdiv1 {
	margin: 10px 0;
	padding: 5px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 5px;
}

.shiny {
	margin-top: 10px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left
				bottom, from(#FFF), to(#999));
	border-radius: 10px;
}	