body
    {
        margin: 100px 0px 0px 0px;
        background-image:URL('../../image/theme/bg_top_new.jpg');
        background-repeat: repeat-x;    
        background-position: top center;
    }

#wrap
{
    background-image:URL('');
    background-color: #ffffff;
    margin: 0px;
}

#search_feild
{
    background-image:URL('/image/theme/search_athletes_bg.png');
    background-repeat: repeat-x;
    width: 626px;
    height: 42px;
    margin-top: 25px;
}

#search_feild .search_input
{
float: left;
width: 470px;
margin: 5px 0px 0px 4px;
font-size: 18px; 
padding: 5px; 
border: 0px;
}

#search_feild #search_button
{
    float: right;
    margin: 6px 5px 0px 0px;
    background: url(/image/theme/search_athletes.png);
    repeat: no-repeat;
    width:135px;
    height:31px;
    border: 0px;
}

#search_feild #search_button_over
{
    float: right;
    margin: 6px 5px 0px 0px;
    background: url(/image/theme/search_athletes_over.png);
    repeat: no-repeat;
    width:135px;
    height:31px;
    border: 0px;
    cursor: pointer;
}

#directory
{
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    width: 940px; 
    padding: 50px 0px 30px 0px;
}

#directory a 
{
    float: left; 
    margin: 10px 10px; 
    padding: 10px 10px; 
    width: 146px; 
    color: #666666;
    border: 1px solid #191919;
    text-align: left;
}

#directory a:hover
{
    color: #eee;
    border: 1px solid #666;
    background-color: #272727;
}

