html, body{
margin:0 0 0 0;
padding:0 0 0 0;
height:100%;
min-height:100%;
text-align:center;
overflow:hidden;
}
body{
background: #006 url(bluegradient.png) bottom left fixed repeat-x;
}
h1{
height:1px;
overflow:hidden;
}
#container{
position:absolute;
top:220px;
left:50%;
width:300px;
text-align:left;
}
#anchor{
width:0px;
position:absolute;
top:0;
right:50%;
}
#name{
width:593px;
height:101px;
background: url(name.png) no-repeat;
position: relative;
top:100px;
right:120px;
z-index:-5;
}
#moon{
width:800px;
height:800px;
position:relative;
top: -250px;
right:400px;
background: url(crescent.png) no-repeat;
z-index:-10;
}

p, a{
font-family: 'Trebuchet MS', helvetica, sans-serif;
font-size:18px;
}
p{
color:#aaa;
margin-top:2em;
margin-bottom:.5em;
}
a{
color:#ddd;
text-decoration:none;
}
a:hover{
color:#fff;
text-decoration:underline;
}
ul{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li{
padding-left: 14px; 
margin-bottom:.5em;
}
