body {
  font-size:100%;
	text-align:center; 
  color: #A4A4A4;
  background: #6E6E6E;
  font-family: verdana, arial, helvetica;
}

#container {
  position: relative;
	min-width: 590px;
  width: 590px;
  background: white;
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 10px;
  text-align: center;
}

#content {
  font-size: 0.7em; 
  background: white;
	text-align: left;
}

#content img {
  border: solid gray;
	border-width: 1px 2px 2px 1px;
}

#footer {
  clear: left;
  font-size: 0.7em;
  border: solid gray;
  border-width: 1px 0 0 0;
  margin: 1em 0 1.5em 0;
  padding: 1em 0 1em 0;
  width: 100%;
}

#footer p.right {
  float: right;
}
#footer p.left {
  float: left;
}

#footer a {text-decoration: none; color: gray;}
#footer a:hover  {text-decoration: underline; color: black;}


