body, html {
  height:100%;
  margin:0;
}
body {
  background-color:#f3f3f3;
  color:#444;
  font: 13px/17px Arial, Helvetica, sans-serif;
}
#Header {
  background-color:#fff;
  background-image:url(img/glasses-left.png), url(img/glasses-right.png);
  background-repeat:no-repeat;
  background-position:left top, right top;
  height:88px;
  overflow:hidden;
  text-align:center;
}
  #Header img { box-shadow:0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff; }
  
h1 {
  display:inline;
  font-size:13px;
}
h1 + p {
  display:inline;
}
#Content {
  max-width:870px;
  margin:0 auto;
}
#Content > div:first-child {
  padding:24px 10px;
  text-align:justify;
}
#LinkWrapper {
  float:left;
  margin:0 auto 16px auto;
  width:100%;
}
  #LinkWrapper a {
    background:#fff;
    float:left;
	max-width:426px;
	text-decoration:none;
	transition:all 0.1s linear;
  }
  #LinkWrapper h2 {
    color:#444;
    font-size:13px;
    text-align:center;
  }
  #LinkWrapper p {
    color:#444;
    margin:16px;
    text-align:justify;
  }
  
    #LinkWrapper a:hover {
      box-shadow:0 0 3px #00639b;
    }
	#LinkWrapper a:first-child:hover {
      box-shadow:0 0 3px #288b20;
    }
    @media (min-width: 880px) {
  	  #LinkWrapper a:first-child {
        margin-right:18px;
      }
	}
	#LinkWrapper a img{
          max-width:100%;
	  border:none;
        }
	#LinkWrapper a > span{
          display:block;
	  text-align:center;
	  color:#00639b;
	  font-weight:bold;
	  margin:16px 0;
        }
	#LinkWrapper a:first-child > span {
	  color:#288b20;
	}
      #LinkWrapper a:hover > span{
        text-decoration:underline;
	  }	  
#Footer {
  opacity:0.8;
  clear:both;
}
  @media (max-width: 880px) {
	#Footer {
	  padding:8px;
	  line-height:180%;
	  text-align:center;
	}
	#Footer span {
      clear:both;
	  display:block;
    }
  }
  @media (min-width: 880px) {	
	#Footer span {
      float:right;
    }
  }
  #Footer var {
    font-style:normal;
  }
  #Footer a {
    color:#444;
    text-decoration:none;
  }
    #Footer a:first-child { margin-right:16px; }
    #Footer a:hover,
    #Footer a:hover:after {
	  color:#288b20;
	}
	#Footer a:after {
      content:"▾";
	  margin-left:3px;
	  color:#444;
    }
