@charset "utf-8";

@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("typography.css");
@import url("tools.css");

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size:100.01%;
	height:100%;
}
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif !important;
	height:100%;
	min-height: 100%;
}
img {
	border:0px;
}

#page {
	min-height: 100%;
	height:auto !important;
	height: 100%;
}
