html, body
{
    height:100%;
}

body
{
    background-image:url(../images/layout/intro_bg.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

.nav_talen_item
{
    background-image:url(../images/layout/nav_talen_item.png);
    background-position:left top;
    background-repeat:no-repeat;
    height:25px;
    width:216px;
    cursor:pointer;
}

.nav_talen_item a, .nav_talen_item_selected a
{
    
    font: bold 13px/100% Arial; color: #ffffff;
    padding-left:28px;
    text-decoration:none;
}

.nav_talen_item_selected
{
    background-image:url(../images/layout/nav_talen_item_selected.png);
    background-position:left top;
    background-repeat:no-repeat;  
    height:25px;
    width:216px;    
    cursor:pointer;
}


a.copy
{
    padding-left:25px;
    font:normal 9px/100% Lucida Sans; color: #4e5749;   
    text-decoration:none;
    position:absolute;
    bottom:3px;
    left:228px;
}