html {
	font-family: 'Roboto', sans-serif;
	background: #ccc url(bg2.png) top right no-repeat;
	color: #333;
	text-shadow: 0px 0px 4px #fff;
}

body {
	padding: 20px;
}

div#page {
	width: 400px;
	padding: 10px;
	font-size: 0.9em;
	background: rgba(255, 255, 255, .30);
	border-radius: 2px;
	line-height: 200%;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}