html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

p {
  font-family: Helvetica, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: gray;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #E5E5E5;
}

body {
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: left top;
  background-color: #c4c2b5;
  border: 0;
}

.wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 75px;
}

.left_col {
  width: 375px;
  display: inline-block;
  margin-right: 40px;
}

.right_col {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.logo {
  color: #64b498;
  font-family: Nove;
  font-size: 38px;
  height: 365px;
  margin-left: -5px;
  text-transform: uppercase;
  width: 482px;
}

.hex {
  height: 557px;
  width: 370px;
}

.download_button {
  padding: 14px 45px;
  background-color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  font-family: Helvetica, sans-serif;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 700;
  cursor: pointer;
  clear: both;
}

.button_holder {
  display: block;
  margin-bottom: 50px;
}

.igs_holder {
  padding: 0;
  margin: 0;
}

.download_button:hover {
  background-color: #33BA91;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: oblique;
}

.bold {
  font-weight: 700;
}

.igs_logo {
  width: 225px;
  height: 63px;
  float: right;
}
