﻿body
{
    background-color:#2A2627;
    margin: 0 0;
    background-image: url('../graphics/background_top.jpg');
    background-repeat:repeat-x;
    
}

.gradient 
{
    background-image:url(/graphics/image1.png);
    background-repeat:repeat-x;
    height:201px;
}

#wrapper 
{
    position:absolute;
    top:40%;
    background-color:#4D534B;
    width:100%;
    border-top:solid 15px #A1AAA9;
    border-bottom:solid 5px #A1AAA9;
    
}

#title 
{
    font-family:Verdana;
    width:100%;
}

#title #url
{
    padding:10px 0;
    margin-left:250px;
    color:White;
    font-size:35pt;
}

#title #teaser 
{
    margin-left:250px;
    margin-bottom:10px;
    color:White;
    font-size:9pt;
}

.span 
{
    margin-right:15px;
}

.span a 
{
    text-decoration:none;
    color:White;
}

.span a:hover,a:visted 
{
    color:White;
}

.span a:hover 
{
    color:#A1AAA7;
}