@import url(layout.css);
@import url(typography.css);

/* defaults */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	text-align: left;
}	

body {
	width: 100%;
	margin: 20px 0;
	color: #ffffff;
	background-color: #000000; 
}
