html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #FFF;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a {
  outline:none;
}

img {
  outline:none;
  display:block;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.table {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0 40px;
}

.table_td_image {
  width: 50%;
}

.table_td_info {
  width: 50%;
  padding-left: 20px;
}

.image_thumbnails {
  width: 415px;
  height: 257px;
}

a.info_title:link {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

a.info_id:link {
  font-size: 14px;
  color: #333;
  text-decoration:none;
}

a.info_download:link {
  font-size: 14px;
  color: #207FBA;
}

.text_footer{
  font-size: 11px;
}

#image_cc {
  float: left;
  margin-right: 6px;
}

#container {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  background-color: #FFF;
  box-shadow: 0 0 25px #BFBFBF;
}

#page {
  width: 830px;
  margin-left: 35px;
}
