
body
{
    background-color: #c0c0c0;
    color: #333;
    font-family: Times;
    padding: 40px 10px;
}


a:link,
a:visited
{
    color: #333;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div.main-container
{
  text-align: center;
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

div.main-container div.main {
  width: 785px;
  margin: auto;
  position: relative;
  text-align: left;
  padding: 10px;
  border: 1px solid #222;
  background-color: white;
  color: black;
  min-height: 400px;
}

div.header
{
    text-align: center;
    word-spacing: 20px;
}

div.corner
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

div.image-container
{
    margin: 40px 0px 60px 0px;
    text-align: center;
}


div.pager
{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 250%;
    color: #ccc;
}

div.pager a:link,
div.pager a:visited
{
    color: #444;
}



div.footer
{
    clear: both;
}
