.package {
  margin: 0px auto 20px;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  width: 500px;
  position: static;
}
.pocket {
  border-style: none solid solid;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: white;
  background-color: black;
  font-size: small;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  width: 500px;
  margin-top: 0px;
  position: fixed;
  padding-top: 2px;
}
.pocket a, .pocketbody a {
  color: white;
  text-decoration: none;
  position: static;
}
.pocket a:hover, .pocketbody a:hover {
  color: black;
  background-color: white;
  position: static;
}
.title {
  font-weight: bold;
  font-family: Lucida Grande,Lucida Sans,Trebuchet MS,Trebuchet,Helvetica;
  font-size: 4em;
  position: static;
  line-height: 44px;
  padding-top: 40px;
}
.pocketbody {
  border-style: none solid solid;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: white;
  background-color: black;
  font-size: small;
  text-transform: uppercase;
  text-align: center;
  width: 500px;
  position: static;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: .9em;
}
.meat {
  background-color: white;
  width: 496px;
  position: static;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 3px;
  background-attachment: fixed;
  background-image: url(http://brianburnham.com/images/logobg.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.meattitle {
  font-size: 1.3em;
}
.meat a {
  color: #2D54A1;
  text-decoration: none;
}
.meat a:hover {
  color: black;
  text-decoration: none;
}
.meatbody {
  font-size: .9em;
}
.meatsmall {
  font-size: .8em;
  text-align: right;
  text-decoration: italic;
  text-transform: uppercase;
  line-height: 4px;
}  
.tail {
  width: 504px;
  position: static;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 3px;
  text-align: center;
  font-size: .8em;
}
.tail a {
  color: white;
  text-decoration: none;
}
.tail a:hover {
  color: black;
  text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}