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

html, body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}


a {
color: black;
text-decoration: underline;
}

a:hover {
color: #666;
}




h1 {
line-height: .7em;
letter-spacing: -.08em;
font-size: 70em;
margin: 0 0 0 -100px;
padding: 0;
display: block;
}

div {
position: fixed;
top: 40px;
left: 0;
font-size: 1.5em;
display:none;
width: 100%;
float: left;
}

div p {
display: block;
padding:  0 20px 0 20px;
}

#oneD {

background: yellow;
z-index: 3;
}

#twoD {
background: #33CCFF;
z-index: 2;
}

#threeD {
background: #CC0000;
z-index: 1;
}

#start {
position: fixed;
top: 340px;
left: 0;
padding: 10px 10px 10px 300px;
float: left;
background: yellow;
}

#start a {
color: black;
}



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



p#archive a {
color: yellow;
}

p#archive a:hover {
color: white;
}