body {
  margin : 50px;
  color : white;
  background-image: url('images/banksky1.jpg');
  background-attachment: fixed;
  text-align: center;
}
a:link { color: white; }
a:hover { font-weight: bold; color: #90EE90; }
a:visited { color: red; }
a.poem {
  margin : 16px;
  text-decoration: none;
}
.center { margin-left:auto; margin-right:auto; }
.poetry-row {
  display: table-row;
  width: auto;
  height: 150px;
}
.poetry-block {
  margin-left: 30px;
  float: left;
  width: 162px;
  height: 149px;
  background-color: transparent;
}
.space {
  display: table-row;
  width: auto;
  height: 15px;
}
#outer-container {
  display: table;
  width: 900px;
  height: 500px;
}
#upper-container {
  display: table;
  text-align: center;
  width: 900px;
  height: 450px;
}
#left-container {
  float: left;
  text-align: center;
  width: 300px;
  height: 450px;
}
#mugshot {
  display: table-row;
  width: auto;
  height: 240px;
}
#twitter-widget {
  display: table-row;
  width: auto;
  height: auto;
}
#poetry-container {
  float: right;
  background-image: url('images/poetry-back.gif');
  border-color: transparent;
  width: 600px;
  height: 475px;
}
#footer {
  display: table;
  text-align: left;
  padding: 8px;
  margin: 0px;
  width: 900px;
  height: 40px;
  /*border-color: white;
  border-style: solid;
  border-width: 2px;*/
}
td.SN-icon {
  width: 40px;
}
td.contact {
  text-align: center;
  font-family: 'Lucida Grande';
  font-size: 13px;
  width: 360;
}
td.prose {
  width: 36px;
}
#like {
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-top: -4px;
  padding-top: 0px;
  padding-left: 3px;
  background: transparent;
  border:none;
  width:260px; 
  height:25px
}
span.poem {
  display: table-row;
  text-align: left;
  font-family: 'Lucida Grande';
  font-size: 13px;
  width: 160px;
  height: 20px;
}
img.site-icon {
  border: 0px; 
}
img.prose-icon {
  float: top;
  border: 0px; 
  padding: 0px 3px 0px px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#L_box {
  background-image: url('images/L_box.jpg');
  margin:0px;
  padding:0px;
  position:absolute;
  width:260px;
  height:340px;
  border-style:double;
  border-color:white;
  border-width:6px;
  display:none;
  z-index:9999;
}


