* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;}
body {
  margin-top: -21px;
  background-color: #ffffff;}
a {
  text-decoration: none;
  color: black;}
a img {
  border: 0;}
.iframe {
  width: 100%;
  background-color: #C21210;}
.iframe img {
  display: block;
  margin: 0 auto;
  /*height:220px*/
  max-width: 100%;}
.iframe .nav {
  margin-top: 0px;
  width: 100%;
  height: 38px;
  background-color: #CE1212;
  margin-top: -5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE1212', endColorstr='#F5625D');
  /*inner elements must not break this elements boundaries*/
  /*element must have a height (not auto)*/
  /*all filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#CE1212', endColorstr = '#F5625D')";
  /*element must have a height (not auto)*/
  /*all filters must be placed together*/
  background-image: -moz-linear-gradient(top, #CE1212, #F5625D);
  background-image: -ms-linear-gradient(top, #CE1212, #F5625D);
  background-image: -o-linear-gradient(top, #CE1212, #F5625D);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#CE1212), to(#F5625D));
  background-image: -webkit-linear-gradient(top, #CE1212, #F5625D);
  background-image: linear-gradient(top, #CE1212, #F5625D);}
.iframe .nav .nav_list {
  width: 960px;
  margin: 0 auto;}
.iframe .nav .nav_list table > tbody > tr {
  float: left;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 12px;
  margin-right: 18px\0;
  float: left\0;}
.iframe .nav .nav_list a {
  color: white;
  font-weight: 300;}
.footer {
  font-size: 14px;
  color: rgba(1, 1, 1, 0.7);
  text-align: center;
  margin-top: 16px;
  padding: 12px;
  background-color: #fafafa;
  height: 87px;
  clear: both;}
.footer p {
  font-weight: bold;
  line-height: 30px;}
.footer a {
  color: #505050;}
