body {
	color: black;
  background-color: white;
  background-image: url(flower.jpg);
  background-repeat:no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a:link {
	color: red;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:focus {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: red;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active {
	color: red;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

h1 {
	color: black;
	font-size: 16px;
	text-align: center;
}

#header {
	font-family: Verdana, sans-serif;
	height: 25px;
	left: +200px;
	margin-left: +20px;
	margin-top: +10px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 645px;
}

#google {
	background-color: inherit;
	border-color: none;
	border-style: none;
	height: 125px;
	left: +780px;
	margin-left: +20px;
	margin-top: +10px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 170px;
}

#menu {
	background-color: inherit;
	height: 450px;
	left: 20px;
	margin-left: +20px;
	margin-top: +110px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 170px;
}

#text {
	height: 450px;
	left: +200px;
	margin-left: +20px;
	margin-top: +70px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 645px;
}

#banner {
	background-color: black;
	border-style: none;
	position:absolute;
	height: 80px;  
	<!--bottom: 40px;-->
	left:+200px;
	width:645px;
	margin-left: +20px;
	padding:10px;
	text-align: center;
  vertical-align: top;
  }

#footer {
	background-color: inherit;
	border-style: none;
	"position:absolute;"
	<!--bottom: 0px;-->
	left:+200px;
	width:645px;
	margin-left: +20px;
	padding:10px;
	text-align: center;
  }
  
.clearer {clear: both;}
