body {
font: 100%/1.5em sans-serif;
 font: 1em/1.5em "Lucida Grande","Lucida Sans",sans-serif;
 background-image:url("./runway24fuzzy.jpg");
 background-repeat:no-repeat;
  background-attachment:fixed;
 background-position:center;
}
#page {
 position:absolute;
 top:20%;
 width:100%;
}
#content {
 background:#f9f9f9;
 position:absolute;
 top:55%;
 width:100%;
 border-top: 1px solid #edd;
 border-bottom: 1px solid #edd;
 text-align:center;
 }
a {
 color: #777;
 text-decoration: none;
}
a:hover {
 background: #eee;
 color: #fff;
}
ul {
 padding:0em;
}
li {
 display: inline;
 font-size: 0.8em;
 line-height: 2em;
 margin-left:10px;
 margin-right:10px;
}
li a {
 padding: 0.5em;
 border: 1px solid #fff;
}
li a:hover {
 background: #eee;
 color: #222;
 border: 1px solid #edd;
}

.mainBodySection {
 width:40em;
 margin-top:2em;
 margin-bottom:2em;
 margin-left:auto;
 margin-right:auto;
 font-size: 80%;
 text-align:left;
}

.mainBodySection a {
	color: #056BAA;
}

hr {
 width:20em;
}

.downloadLink {
	float:right;
	font-size:75%;
}

.copyright {
	font-size: 20%;
}