@import url(layout.css);
@import url(typog.css);

/*
This file controls all the global stylings
------------------------------------------------- */
* {
	outline: none;
	border: 0;
	margin: 0px;
	padding: 0px;
}

body#home {
	background: url(/img/background.jpg) 0 0 repeat-x;
}