html, body {
 background-color:#d5e899;
 background-image:url('images/bg.jpg');
 background-position:center; 
 color:#0F0F0F;
 font-family:sans-serif;
 background-repeat:y-repeat;
}

h1 {
 margin-top:0px;
 text-align:center;
 color:#448093;
 font-family:garamond, serif;
}

a {
 text-decoration:underline;
 color:#155a70;
}

a:visited {
 color:#155a70;
}

a:hover {
 color:#FFFFFF;
 text-decoration:none;
}

#main {
 position:relative;
 margin-left:auto;
 margin-right:auto;
 margin-top:auto;
 width:800px;
 padding-bottom:20px;
}

#info1{
 position:relative;
 left:200px;
 top:0px;
}

#info2{
 position:relative;
 left:25px;
 top:50px;
 width:750px;
 padding-bottom:50px;
}

#portrait {
 position:absolute;
 left:25px;
 top:50px;
 background-image:url('images/val07.jpg');
 width:144px;
 height:200px;
}

#tree {
 position:relative;
 margin-left:auto;
 margin-right:auto;
 width:350px;
 height:466px;
 background-image:url('images/tree2.jpg');
 border:thick solid #448093;
}
 
#credits {
 position:relative;
 bottom:0px;
 width:100%;
 height:20px;
 text-align:center;
 font-size:9pt;
 color:#448093;
 font-variant:small-caps;
}
 
#details {
 font-family:serif;
 font-style:italic;
}
