.container {
  width: 600px;
  height: 734px;
  border: 1px solid #000;
  font-family: Times, "Times New Roman", Georgia, serif;
  position: relative;
  margin: 0 auto;
}

h1 {
  margin-top: 0;
}
a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.ultracast {
  margin-bottom: 5px;
  margin-top: 10px;
}
.content {
  margin: 0 20px;
}
p  { font-size: 14px;}

.sig {
  font-size: 14px;
  width: 317px;
  height: 135px;
  background: transparent url(images/ultracast/signature.png) 0 10px no-repeat;
}
.sig p {
  margin-top: 40px;
}
.sig .tag { font-weight: bold; font-style: italic;}
.footer {
  position: absolute;
  right: 0;
  bottom: 25px;
}

.center {
  text-align: center;
}

.center.bottom{
  margin-bottom: 20px;
}