@charset "utf-8";
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}
.header {
	background-image: url(systemair_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 577px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 440px;
	font-size: 1.1em;
	line-height: 1.5em;
}
h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: -10000px;
}
.header p {
	margin: 0px;
}
.footer {
	background-image: url(systemair_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 577px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.footer_link {
	height: 40px;
	width: 220px;
	padding-left: 350px;
}
.footer a {
	height: 40px;
	width: 220px;
	display: block;
	text-indent: -10000px;
}
.col1 {
	float: left;
	width: 300px;
	padding-bottom: 100px;
}
.col2 {
	float: left;
	width: 257px;
	padding-left: 20px;
	padding-top: 43px;
	padding-bottom: 60px;
}
.clear {
	clear: both;
	height: 25px;
	overflow: hidden;
}

