/* CSS Document */
body {
	background-image: url(../img/backgrounds/coffee.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: .75em;
	margin-top: 0px;
	background-color: #000000;
}

#headerwrap {
	background-attachment: fixed;
	background-image: url(../img/backgrounds/coffeeTop.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
