@charset "utf-8";
@import url(navigation.css);
@import url(content.css);
/* General Layout */
#navigation {
  position: absolute;
  top: 15px;
  width: 167px;
}

#content {
  position: absolute;
  right: 0;
  width: 691px;
}

#flash {
  margin-left: -15px;
}


/* HTML Tags */
body {
  background-image: url(../images/background.png);
  background-position: 50% -30px;
  background-repeat: repeat-x;
  color: #3F3F3F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .8em;
}

img {
  border: none;
}


/* Signature */
#viewtiful {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 120px;
  width: 900px;
}