@import url(reset-min.css);
@import url(base-min.css);

html {
  background:#EEEEEE;
  }

body {
  border-top:5px solid #333;
  font-size:62.5%;
  padding:40px 0;
  color:#555;
  }

h1 {
  line-height:1em;
  margin:0 0 1em;
  padding:0;
  font-size:80px;
  color:#333;
  }
  h1 span {
    color:#999;
    }
  
h2 {
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:24px;
  margin:1.5em 0 1em;
  color:#333;
  }
  
a:link, a:visited {
  color:#4782AC;
  text-decoration:none;
  }
a:hover, a:active {
  color:#F00;
  text-decoration:none;
  }
  
a#download:link, a#download:visited {
  float:right;
  display:block;
  width:155px;
  height:0;
  overflow:hidden;
  padding-top:39px;
  background:url(/img/download.jpg) left top no-repeat;
  }
a#download:hover, a#download:active {
  background:url(/img/download.jpg) left bottom no-repeat;
  }
  
#wrap {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  background:#FFF;
  padding:60px 40px 40px;
  font-size:1.8em;
  width:880px;
  margin:0 auto;
  line-height:1.5em;
  box-shadow:0 0 5px #CCC;
  -moz-box-shadow:0 0 5px #CCC;
  -webkit-box-shadow:0 0 5px #CCC;
  }

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }
