body {
  margin: 0;
  padding: 0;
  height: 100%; 
  max-height: 100%; 
  background-color: #FFF; 
  font-family: Helvetica, Arial, Verdana, sans-serif; 
  font-size: 12px;
}

#header {
  top: 0; 
  width: 100%; 
  height: 100px; 
  overflow: auto; 
  background-color: #C00;
  border-bottom: 5px solid #900;
}

#header h1 {
	text-align: center;
	font-size: 48px;
	color: #FFF;
	padding-top: 25px;
	text-shadow: #000 1px 1px 5px;
	letter-spacing: -1px;
	margin: 0;
}

#container {
  left: 0;
  bottom: 50px; 
  right: 0; 
  background-color: #FFF;
  padding: 20px;
}

#container h1 {
	text-align: left;
	font-size: 32px;
	color: #C00;
	text-shadow: #000 1px 1px 3px;
}

#container p {
	text-align: justify;
	font-size: 12px;
	color: #000;
	line-height: 140%;
}

#footer {
  width: 100%; 
  height: 45px; 
  background-color: #C00;
  border-top: 5px solid #900;
}
  
#footer p {
	text-align: right;
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	font-weight: bolder;
}
