body{
  background-color:black;

}

#calendar{
width:760px;
height:500px;
border:0px;
}


a:link {color:#999999}      /* unvisited link */
a:visited {color:#999999}  /* visited link */
a:hover {color:#777777}  /* mouse over link */
a:active {color:#FFFFFF}  /* selected link */

/* text color */
#links, #footer, .title, p, li {
  color:#999999;
  font-family:"Lucida Console",Verdana,Arial,Sans-serif;
  font-size:12px;
}

#fullBox{
  position:absolute;
  width:760px; /*at 760 with 20px padding, it is actually 800px wide. */
  height:580px;
  margin-left:50%;
  top:25px;
  left:-400px; /* 800/2=400 */
  padding:20px 20px;
  border:double #999999;
}

#links{
  position:absolute;
  bottom:10px;
  width:700px;
  left:50px;
  border-top:1px solid #999999;
  padding-top:5px;
  text-align:center;
}

#mainPhoto{
  position:absolute;
  right:20px;
}

#footer{
  position:absolute;
  width:470px;
  height:15px;
  bottom:20px;
  border:none;
  left:-235px;
  margin-left:50%;
  text-align:center;
  font-size:x-small;
}

span.title{
  font-size:xx-large;
  font-weight:bold;
  text-decoration:underline;
}


img{
  border:0;
  vertical-align:bottom;
  margin-top:-50px;
}

