@import url(layout.css);
@import url(typog.css);


* {
	border: 0;
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #A5AFBB url(../img/bg.jpg) top center repeat-y;
}