/* missive.css */

/* Universal style rule */
*{
  /* Block all browser default margins and padding */
  margin:0;
  padding:0;
  /* Temporary borders */

}

#wrapper{
  margin:4em auto;
  width:47.5em;
  /* Required for absolutely-positioned layout only */
  position:relative;
}

  /* position SEO */
#footer h1{
  font-size:.7em;
  line-height:1.3em;
  font-weight:normal;
  position:absolute;
  top:500px;
  width:100%;
  height:100%;
}

body{
  background:#F5F5F5 url(images/quill.png) no-repeat;
  font-family:'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size:1em;
  letter-spacing:.07em;
  color:#000000;
  text-align:center;
}

img{
border: 0 none;
}

a{
outline-style:none;
  position:absolute;
  top:500px;
  right:36px;
}


a.link{
display:block;
position:absolute;
bottom:130px;
left:310px;
height:35px;
width:80px;
border:1px;
}


.linkreg{
text-decoration: none;
color:#85e0d7;
}

