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

body {
margin:  0;
}
div#wrap {
height: 1000px;	
margin: 0 0 20px 0;
background: url(../images/tendon.jpg) 0 0 no-repeat white;
}

a {
	color: #000;
}

a:hover {
	color:  #ccc;
}

/* 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;
}



