
body 
{
 background-image: url("images/figures.jpg"); 
 background-repeat: no-repeat; 
 background-position: top center; 

  width: 800px;
  margin-left: auto;
  margin-right: auto;

 padding:0px;
 font-family:verdana, arial, helvetica, sans-serif;
 color:#333;
 background-color:white;
}

.head
{
 position:relative;
 float: left;

 margin-top: 5px;
 margin-right: 30px;
 min-width:150px;
 height:50px;
}

.headbutton
{
 border:1px solid #333;
 background-color:#eee;
 opacity: 0.8;
 filter:alpha(opacity=0.8)
 text-align: center;
}
.headbutton:hover 
{
 color:#92C4F2;
}
.headbutton h1
{
 text-align: center;
}
.bodytext
{
 margin-top: 25px;
 border:1px solid #333;
 background-color:#eee;
 opacity: 0.8;
 filter:alpha(opacity=0.8)
}

#wordpress
{
 position:relative;
 float: left;
 width: 330px;
 height:570px;
 overflow: auto;
 font-size: 1em;
}

#flickrstream
{
 position:relative;
 float: left;
 margin-left: 30px;
 width: 330px;
 height:340px;
 overflow: auto;
 font-size: 1em;
}

#flickrstream .xyleTweet
{
 display:none;
 visibility:hidden;
}

#flickrstream .xyleTime
{
 font-size: small;
}

#21467912@N04KKTwitterBox
{
 opacity: 1;
 filter:alpha(opacity=1);
}


#twitterstream
{
 position:relative;
 float: left;
 margin-left: 30px;
 width: 330px;
 height:200px;
 overflow: auto;
 font-size: 1em;
}

#footer
{
 position:relative;
 float: left;
 width:690px;
 height:50px;
}

#footer p
{
 font-size: small;
 text-align: center;
}

a:link
{
 color: blue;
}
    a:visited
     {
      color: #A0522D;
     }
    a:hover
     {
      color: green;
     }
    a:active
     {
      color: red;
     }
    ul
    {
     	
    }
    h1
     {
	  font-size: 1.7em;
	  margin-top: 8px;
	  margin-bottom: 0;
     }
    h1 a:link
    {
     color: black;
     text-decoration: none;
    }
    h1 a:visited
	 {
	  color: black;
	  text-decoration: none;
     }
    h2
     {
     	  font-size: 1.3em;
     	  font-weight: bold;
     	  margin-top: 5px;
	  margin-bottom: 0;
     }
    .titlebutton
     {
      border:1px solid #333;
	  background-color:#eee;
	  text-align: center;
	  opacity: 0.8;
     }

