* {
  padding:0px;
  margin:0px;
}

@font-face {
    font-family: 'NovecentowideNormalRegular';
    src: url('novecentowide/Novecentowide-Normal-webfont.eot');
    src: url('novecentowide/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('novecentowide/Novecentowide-Normal-webfont.woff') format('woff'),
         url('novecentowide/Novecentowide-Normal-webfont.ttf') format('truetype'),
         url('novecentowide/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    margin:0px; 
    padding:0px 0px 30px 0px;
    background:#000;
    font:12px 'NovecentowideNormalRegular', Helvetica, Arial, sans-serif;
    letter-spacing:1px;
    line-height:1.5em;
    color:#444;
    text-align:center;
}

body.white {
   background:#fff;
}

h1, h2 {
  font-size:2em;
  font-weight: 100;
}

h2 {
  font-size:1.6em;
  margin-bottom:5px;
}

img.logo {
   margin:0px 0px 30px 0px;
}

.pattern {
   position:relative; 
   width:100%; 
   height:600px; 
   background:repeat 50% 0;
}

.pattern_head{
  height:430px;
  text-align:center;
  background-position:50% 0px;
}

.title {
  position: absolute; 
  padding:10px 20px; 
  background:#000; 
  color:#fff; 
  margin: 30px;
  font:0.7em 'NovecentowideNormalRegular', Helvetica, Arial, sans-serif;
  letter-spacing:1px;
  line-height:1.6em;
}

#content {
  width:70%;
  margin:100px auto;
  overflow:auto;
}

.half_div {
  width:50%;
  float:left;
  text-align:center;
}

.half_div.last {
  float:none;
  margin:0px auto;
}

.half_div img {
  width:80%;
}


a:link, a:visited, a:active, a:hover {
  color:#999;
  text-decoration:none;
  font-size:1.3em;
}

.button {
  width:50%;
  margin:40px auto;
  padding:25px;
  text-align:center;
  background:#fff;
  border:2px solid #ccc;
}

a .button:hover {
  background:#ccc;
  color:#fff;
}

#footer {
  margin-top: 50px;
  font-size:0.8em;
  color:#bbb;
  text-align:center;
}


@media screen and (max-width:800px) {

  .half_div {
     width:100%;
     float:none;
  }

}
