body {
	background-color: #95A19F;
	_font-size: 17px;
	}
	
a {
	text-decoration: none;
  color: red;
	}
	
#main-content {
	position: relative;
	background-image: url( images/main-bg.jpg );
	width: 776px;
	height: 517px;
	margin: 0 auto;
	}

h1 {
	text-indent: -3000px;
	background-image: url( images/logo.gif );
	width: 160px;
	height: 79px;
	position: relative;
	left: 450px;
	top: 100px;
	}
	
#text {
	position: relative;
	width: 250px;
	color: #363636;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	left: 400px;
	top: 100px;
	}
	
a.button {
	display: block;
	text-indent: -3000px;
	background-repeat: no-repeat;
	width: 82px;
	height: 35px;
	}
	
#menu {
	position: absolute;
	list-style: none;
	padding: 0;
	left: 310px;
	.left: 275px;
	_left: 250px;
	bottom: 60px;
	.bottom: 75px;
	_bottom: 60px;
  width: 430px;
  height: 100px;
	}
	
#chocolate {
  /* top left */
	position: absolute;
	background-image: url( images/but-chocolate.gif );
	top: 10px;
	_top: 40px;
	left: 20px;
	}

#twizzlers {
  /* top, 2nd in */
	position: absolute;
	background-image: url( images/but-twizzlers.gif );
	top: 10px;
	_top: 40px;
	left: 130px;
	}
	
#cookies {
  /* top, 3rd in */
	position: absolute;
	background-image: url( images/but-cookies.gif );
	top: 10px;
	_top: 40px;
	left: 240px;
	}

#jams {
  /* top, 4th in */
	position: absolute;
	background-image: url( images/but-jams.gif );
	top: 10px;
	_top: 40px;
	left: 350px;
	}

#request {
  /* bottom left */
	position: absolute;
	background-image: url( images/but-request.gif );
	bottom: 10px;
	_bottom: 30px;
	left: 20px;
	}
	
#contact {
  /* bottom, 2nd in */
	position: absolute;
	background-image: url( images/but-contact.gif );
	bottom: 10px;
	_bottom: 30px;
	left: 130px;
	}
	
#francais {
  /* bottom, 3rd in */
	position: absolute;
	background-image: url( images/but-francais.gif );
	bottom: 10px;
	_bottom: 30px;
	left: 240px;
	}

#lollipops {
  /* top, 4th in */
	position: absolute;
	background-image: url( images/but-lollipops.gif );
	bottom: 10px;
	_bottom: 30px;
	left: 350px;
	}

#email {
	position: absolute;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	left: 360px;
	bottom: 15px;
	width: 200px;
	}
