body {
	position: absolute;
	top: 25px;
	left: 50px;
	z-index: 0
	background-color: dddcca;
	font-family: sans-serif;
	color: 000000;
	align: center; 
	}

img {border: 0;
	}

h1 {
	font-size: 150%;
	color: 606060;
	}

ul {
	color: 606060;
	}

a:link {
	color: 606060
	}

a:visited {
	color: 606060
	}

a:hover {
	color: 000000
	}

a:active {
	color: 606060
	}


#about {
	position: absolute;
	top: 150px;
	left: 25px;
	z-index: 1
	background-color: f1f1f1;
	width: 550px;
	float: right;
		}

#about p {
	color: 606060;
	text-align: left;
	}

#contact {
	position: absolute;
	top: 150px;
	left: 25px;
	z-index: 1
	background-color: f1f1f1;
	width: 550px;
	float: right;
		}

#contact p {
	color: 606060;
	text-align: left;
	}

#purchase {
	position: absolute;
	top: 150px;
	left: 25px;
	z-index: 1
	background-color: f1f1f1;
	width: 550px;
	float: right;
		}

#purchase p {
	color: 606060;
	text-align: left;
	}