body {
  margin: 0px;
  background-color: #333;
  color: #cccc00;
  text-align: center;
}

h1 {
  font-size: 18px;
}

img {
  border: 0px;
}

.link {
  color: #cccc00;
  font-weight: normal;
}

a:hover {
  color: #00ff66;
}

#foot, #howItWorks {
  background-color: #cccc00;
}

#howItWorks {
  margin-top: 20px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

#howItWorks div {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background-image: url('../images/howitworks.jpg');
  background-repeat: no-repeat;
}

#subNavigation {
  position: absolute;
  top: 200px;
  left: 20px;  
}

#greetingPad {
  width: 600px;
  height: 400px;
  margin: 0px auto 40px auto;
}

#advertising {
  position: absolute;
  right: 10px;
  top: 210px;
}

#improve {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: justify;  
}

#foot {
  line-height: 20px;
  height: 20px;
  position: relative;
}

.galleryCard {
	background-color: #000;
  border: 1px solid #cccc00;
 	padding: 5px;
 	width: 400px;
 	height: 300px;
 	margin-right: 20px;
 	margin-top: 20px;
}