body {
   font-family:"Georgia", "Times New Roman", serif;
   font-size:15px;
   margin:0;
   padding:0;
   height:100%;
   background:url('images/background.jpg') no-repeat center right fixed #fff;
}

/* 8.5x11" with 1" margins, give or take (obvs. depends on pixel density) */
div.page {
   background-color:#fff;
   padding:100px;
   width:700px;
   margin:0 auto;
   margin-top:2em;
   margin-bottom:2em;
   height:900px;
   border:solid 1px #000;
   position:relative; /* offsetParent for abs. positioned elements */
}

div#header {
   margin-top:-70px;
   position:relative;
   top:-20px;
}

div#intro-letter {
   padding-top:120px;
}

div#intro-letter img#signature {
   margin-left: 370px;
}

p {
   text-indent:30px;
   line-height:40px;
   margin:0px;
}

div.work-cited {line-height:40px;}

p.date {
   text-align:right;
   margin-bottom:30px;
}

p.salutation {
   text-indent:0px;
}

p.valediction {
   text-indent:400px;
   margin-top:50px;
}


div#works-cited-page h2 {
   text-align: center;
   font-size:15px;
   font-weight:normal;
   margin-top:50px;
}

div.work-cited {
    padding-left: 3em;
    text-indent: -3em;
}

a, a:visited {
   text-decoration:none;
   font-weight:normal;
   color:black;
   background:url('images/underline.png') no-repeat scroll center bottom #fff;
   padding-bottom:12px;
   border:none;
}
div#header a, div#header a:visited, a:active {
   padding:0;
   background:none;
}

img#computer {
   display:block;
   margin:0 auto;
}

img#garamond {
   margin-bottom:-40px; /* TODO: crop this image */
}

img#typewriter {
   float:left;
   margin:0px 20px 0px -100px;
}

img#holding-fountain-pen {
   float:right;
   margin-right:-100px;
}
