html {
	color: white;
	background-color: black;

	background-image: url(/images/bg-welcome.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;

	font-family: verdana, helvetica, arial, sans-serif;
}

