#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#home {
	background-image: url(images/home.gif);
	height: 78px;
	width: 196px;
	position: absolute;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 156px;
	width: 800px;
}
#footer {
	background-image: url(images/footer.gif);
	width: 800px;
	height: 93px;
	clear: both;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	height: 500px;
	width: 800px;
}
#contact {
	background-image: url(images/contact.gif);
	height: 78px;
	width: 160px;
	position: absolute;
	left: 196px;
}
#gift {
	background-image: url(images/gift.gif);
	height: 78px;
	width: 155px;
	left: 356px;
	position: absolute;
}
#kitchen {
	background-image: url(images/kitchen.gif);
	height: 78px;
	width: 289px;
	position: absolute;
	left: 511px;
}
#header object {
	position: absolute;
	height: 65px;
	width: 365px;
	top: 95px;
	left: 250px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
}
a {
	text-decoration: none;
	font-style: normal;
	color: #993399;
	font-weight: bold;
}
