/* reset */

* {
	margin: 0px;
	padding: 0px;
}

/* html */

body {
	background-color: #111;
	color: #666;
}