*{ margin: 0; padding: 0; }

html, body {
	width: 100%; height: 100%; background: black;
	color: White;
	font-family: Arial, "FreeSans", sans-serif; /* Win/Mac, Linux, generic */
}
a:link, a:visited {
	color: White;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
			
img { border: 0; }

#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}

