@charset "UTF-8";
/* CSS Document */

body {
margin:  0;
overflow: hidden;
}
div#wrap {
position: absolute; top: 0px; left: 0px;
height: 98%;
width: 100%;
background: url(../images/femur2.jpg) top right no-repeat white;

}

a {
	color: #000;
}

a:hover {
	color:  #ccc;
}

h1 {
color: #ececec;
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5em; 
font-weight: bold;
line-height: .8em;
letter-spacing: -0.05em;
text-transform: uppercase;
width: 1100px;
position: absolute; bottom: 0px; left: 0px;

}

/* archive */
#archive {
z-index: 5;
text-align: left;
width: 100%;
position: fixed;
bottom: 0;
right: 0;
color: black;
font-size: .75em;
margin: 0;
padding: 5px;
background: #ccc;
}



