/* Start of CMSMS style sheet 'Presentation' */
/* Presentation stylesheet */

/* IDs */
#main {
  min-width: 50em;
  max-width: 1024px;
  margin: 0 auto;
}
#footer {
  height:60px;
  background-image:url('images/joy/footer.jpg');
  background-repeat:no-repeat;
}
#footer p {
  margin: 0;
  text-align: center;
}

/* backgrounds */
#header{
  height:160px;
  background-image:url('images/joy/header.jpg');
  background-repeat:no-repeat;
}

#copyright {
  height:51px;
margin-top:50px;
}

#copyright img.left{
float:left;
}

#copyright img.right{
float:right;
}
/* End of 'Presentation' */

