body {

	background-position: right bottom;
	
	background-repeat: no-repeat;
	
	background-image: url(validxhtml.png);
	
	background-color: #282828;
}

#intro {
	text-align: center;
	font-size: 24pt;
	font-family: sans-serif;
	color: #d9d9d9;
	position: fixed;
	background-color: #282828;
	top: 50%;
	left: 35%;
}

img { border: none
}

a {
	font-family: sans-serif;
	color: #d2d2d2;
	text-decoration: none;
}

#counter {
	color: #757575;
	font-size: 18pt;
}

