#header {
	position: absolute;
	width: 800px;
	left: 26%;
	right: 26%;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	width: 100%;
	border: 2px dashed #000000;
	letter-spacing: 0.1em;
	height: 30px;
	font-weight: bold;
	text-indent: 20px;
}
#left {
	text-align: left;
}
#center {
}
#center {
	position: absolute;
	width: 800px;
	text-align: center;
}
.background {
	background-attachment: fixed;
	background-image: url(images/MyDoggo-bk.jpg);
	background-repeat: no-repeat;
}
#right {
	text-align: right;
}
#box {
	width: 800px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff66ff;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-indent: 20px;
	line-height: 30px;
}

