body, html{
  height:100%;
}
body{
  margin:0px;
  background:white url(images/background_2009_repeat.jpg) top right repeat;
  text-align:left;
  color:black;
  font-family:"Lucida sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:medium;
  overflow:auto;
}
a, a:active, a:visited{
  text-decoration:underline;
}
a:hover{
  text-decoration:none;
}

#page{
  position:relative;
  overflow:auto;
}

#name{
  font-size:100px;
  font-weight:bold;
  font-style:italic;
  /*margin-right:574px;*/
  border-bottom:5px dotted black;
}

#main{
  padding:5px 574px 5px 5px;
  padding-bottom:105px;
  position:relative;
  
  background:transparent url(images/background_2009.jpg?20100214) top right no-repeat;
  border-bottom:1px solid black;
}
#flashPlayer{
  position:absolute;
  left:5px;
  bottom:1px;
}

#footer{
  position:absolute;
  bottom:5px;
  right:574px;
  
  text-align:right;
  
  font-size:60%;
}

#email{
  font-size:150%;
  margin:1em auto;
  font-style:italic;
  font-weight:bold;
  text-align:center;
}
#email a:link, #email a:active, #email a:visited{
  color:black;
}

#extlinks{
  text-align:center;
}
/*
#logo{
  width:569px;
  height:604px;
  margin:0 0 0 5px;
  float:right;
  background:transparent url(images/background_2009.jpg) center center no-repeat;
  z-index:-10;
}*/

.bandname{
  font-weight:bold;
  font-style:italic;
}

