BODY
{
    background: url('images/background.gif') top center;
    margin: 0;
}
a
{
    color: #FFF;    
}
.main
{
    margin: 0 auto 20px auto;
    width:939px;
    height:981px;
    z-index:1;
    background-image: url('images/welcome.jpg');
}
.maintemp
{
    margin: 0 auto 20px auto;
    width:939px;
    height:981px;
    z-index:1;
    background-image: url('images/temp.jpg');
}
.maincontact
{
    margin: 0 auto 20px auto;
    width:939px;
    height:981px;
    z-index:1;
    background-image: url('images/contact.jpg');
}
.textcontent
{
    z-index:2;
    position: relative; 
    top: 68px; 
    left: 268px;
    width: 481px;
    font-size:11px;
    color:#FFF;
    font-family: Arial;
    line-height: 15px;
    float: left;
    text-align: left;
}
.navigation 
{
    width: 100%;
    margin: 0 auto;
    padding-top: 231px; 
    text-align: center;
}
.navigation a
{
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    font-family: Arial black;
    padding: 0 8px;
    margin: 0 20px;
    /*font-weight: bold;*/
}
.navigation a:hover
{
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    padding: 0 7px;
}
.navigation a.current
{
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    padding: 0 7px;
}
