﻿body 
{
   background-color: #FED091;
   color: #006600;
}

#whitey
    {
        background-color: #FFFfcc;
    }

#bucolic
{    
    background-image: url(stringpeach.gif); background-repeat: no-repeat;
    }
    
#fly
{
    background-image: url(flypeach.gif); background-repeat: no-repeat;
    }
    
.greenlink 
{
    color: #00cc00;
    }

.greenlink:hover
{
    color: #006600;
    }    
.biggo
{
    font-weight: bold; font-size: 30px;
    }
    
.none
{
    list-style-type:none
    }
    
#topface 
    {width: 100%; top-padding: 50px; background-color: #F4E7C3; height: 100%; z-index: 2; position: absolute; min-height: 900px; text-align: center;}