@import url(container.css);


body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Trebuchet MS, Arial;
  font-size: 0.9em;
}


h1 {
  font-size: 0.9em;
  margin: 0;
  margin-top: 10px;
  width: 350px;
  height: 120px;
  position: absolute;
  overflow: hidden;
  display: block;
}
h1 span {
  visibility: hidden;
}
h1 a {
	text-decoration: none;
	width: 350px;
	height: 120px;
	display: block;
}
h2 {
  font-size: 1.4em;
  margin: 0;
  color: #ac0000;
}

hr.cleaner {
  clear:both;
  display: none
}
div.cleaner {
  clear: left;
	height: 1px;
	visibility: hidden;
}

img {
	border: 1px solid #555;
}
h4 {
	margin: 30px 0 5px 0;
}