html {
	margin: 0px;
	padding: 0px;
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:172px;
	z-index: 999;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position: fixed;
}
div#header {
	height:172px;
	width:960px;
	margin:0 auto;
	position: relative;
	background: #FFF;
}
div#footer {
	height:58px;
	width:960px;
	margin:0 auto 15px;
	background: url(../images/footer-bg.gif) no-repeat left top;
	position: relative;
	padding: 0px;
	display: block;
}
.floatRight {
	display: block;
	float: right;
}
.floatLeft {
	display: block;
	float: left;
}

