
body {
  margin : 50px;
  color : white;
  background-image: url('images/quincy.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;
}
/*a.winlink:hover { border: 2px solid yellow; }*/
a.winlink#L { /* positioned over lit window to right of poetry */
  position: absolute; 
  top: 278px;
  left: 1007px; 
  width: 20px; 
  height: 26px; 
  background-color: transparent;
}
a.winlink#Cube { /* positioned over next window */
  position: absolute; 
  top: 322px;
  left: 1007px; 
  width: 20px; 
  height: 26px; 
  background-color: transparent; 
}
a.winlink#JDS { /* positioned over next window */
  position: absolute; 
  top: 368px;
  left: 1007px; 
  width: 20px; 
  height: 26px; 
  background-color: transparent; 
}	
a.winlink#Emerald { /* positioned over next window */
  position: absolute; 
  top: 413px;
  left: 1008px; 
  width: 20px; 
  height: 26px; 
  background-color: transparent; 
}	
a.winlink#WTG { /* positioned over next window */
  position: absolute; 
  top: 458px;
  left: 1008px; 
  width: 20px; 
  height: 26px; 
  background-color: transparent; 
}

div.center { margin-left:auto; margin-right:auto; }
div.poetry-row {
  display: table-row;
  width: auto;
  height: 150px;
}
div.poetry-block {
  margin-left: 4px;
  float: left;
  width: 162px;
  height: 149px;
  background-color: transparent;
}
div.space {
  display: table-row;
  width: auto;
  height: 15px;
}

div#outer-container {
  display: table;
  width: 840px;
  height: 500px;
}
div#upper-container {
  display: table;
  text-align: center;
  width: 840px;
  height: 450px;
}
div#left-container {
  float: left;
  text-align: center;
  width: 300px;
  height: 450px;
}
div#mugshot {
  display: table-row;
  width: auto;
  height: 240px;
}
div#twitter-widget {
  display: table-row;
  width: auto;
  height: auto;
}
div#poetry-container {
  float: right;
  background-color: transparent;
  background-image: url('images/poetry-back.gif');
  width: 530px;
  height: 475px;
}
div#SN-sites {
  display: table;
  text-align: left;
  margin: 8px;
  width: 840px;
  height: 40px;
}
div#SN-sites-icons {
  float: left;
  width: 220;
  height: 40;
}
div#contact {
  float: left;
  text-align: center;
  font-family: 'Lucida Grande';
  font-size: 13px;
  width: 340;
  height: 20;
}

span.poem {
  display: table-row;
  text-align: left;
  font-family: 'Lucida Grande';
  font-size: 13px;
  width: 160px;
  height: 20px;
}
img.site-icon {
  border: 0px; 
}

