.bg{
	margin: auto;
	text-indent: -9999px;
}

body {
	background: #1f0b0b;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-top: 15px;
	margin-left: -480px;
	background: url(images/bloom.png) no-repeat 200px -30px;
}

#header {
	background:url(images/header.png) no-repeat;
	height: 160px;
	width: 391px;
}

#sample{
	width: 210px;
	height: 215px;
	background: url(images/sample.png) no-repeat;
}

#contact{
	background: url(images/contactinfo.png) no-repeat;
	float: left;
	width: 133px;
	height: 52px;
	position: absolute;
	margin-top: 5px;
	left: 285px;
}
#email{
	background: url(images/email.png) no-repeat;
	float: left;
	width: 124px;
	height: 123px;
	position: relative;
	top: 57px;
	left: 285px;
}
#logo{
	background: url(images/logo.png) no-repeat;
	height: 256px;
	width: 300px;
	float: right;
	right: 100px;
	margin-top: -15px;
	position: relative;
}
#footer{
	height: 77px;
	background: url(images/footer.png) no-repeat;
	width: 559px;
	float: none;
	clear: left;
}