body {
  background-color: #000000;
  background-image: url(IceflowerPine.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
 }

#links, #links2, #links3, #links4, #weather, #header {
 position: relative;
 float: left;
 left: 1%;
 width: 97%;
 height: 40%
 margin: 1em;
 margin-bottom: 1em;
 border: dashed .2em #630995;
 background: #0C002C;
 filter: alpha(opacity=85);
 -moz-opacity: .85;

 color: #8965B2;
 font-size: 12pt;
 font-family: 'Papyrus', serif;
}

#intdiv {
 position: relative;
 float: left;
 width: 50%;
 margin: .5 em;
}

#text {
 font-size: 14pt;
 text-align: center;
}

#weather a, #weather a:hover {
 width: 720px;
 height: 468px;
 line-height: 0em;
 background: none;
 padding: 0em;
 border: hidden;
}

a {
 text-align: center;
 color: #8965B2;
 font-weight: bold;
 text-decoration: none;
 line-height: 2em;
 padding: .15em;
 border-right: 8px solid #130045;
 border-bottom: 2px solid #130045; 
}

a:hover {
 background: #7F3BCC;
 color: #C6B9D5;
}

span{
 background: #371C56;
 padding: 4px;
 color: #9E6DD5;
 font-weight: bold;
}

#leader{
  position: relative;
  left: -1%;
  top: 1%;
  float: left;
  clear: both;
}

#weather img{
  border: solid 3px #380554;
  width: 720px;
  height: 468px;
  margin: 1em;
} 