@media all {

  wextra{}

  #previewMarker {
    position:absolute;
    left:0px;
    top:0px;
    right: auto;
    bottom: auto;
    border: none;
    z-index:1000;
  }
  
  .contentHolder {
    text-align: center;
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }

  .contents {
    width: 980px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .contents a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #71b9df;
  }

  .footer {
    width: 980px;
    text-align: right;
  }

  .footer a:link, .footer a:visited {
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: rgb(32,112,255);
    text-decoration: none;
  }

  .footer a:hover {
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: #a7d0ec;
    text-decoration: none;
  }
}
