@charset "UTF-8";

html, body {
	height: 100%;
}
body {
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
    background-attachment: fixed;
	background-color: #fbf7e5;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
    position: absolute;
}
h1, p {
    margin: 0;
    padding: 0.3em 0;
}
#container {
    min-height: 100%;
    margin-bottom: -150px;
}
* html #container {
    height: 100%;
}
#footer-spacer {
    height: 150px;
}
#footer {
    border-top: 0;
    height: 150px;
}
