/* html5 css3 reset */
@import url("reset.css");

/* general */
body {
	padding: 100px 0 100px 0;
	background-color: #111111;
	color: #1e90ff; /* rgb: 30 144 255 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

/* heading */
h1 {
	margin: 0 0 50px 0;
	font-size: 48px;
	text-align: center;
	letter-spacing: 20px;
}

/* text */
#text {
	font-size: 16px;
	text-align: center;
}

/* footer */
footer {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}