/* Styles */

html, body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

body {
    color: #000000;
    font-family: Arial,sans-serif;
    line-height: 1.6;
    font-size: 12px;
}

#topline {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background: url("../images/fon-dark.gif") repeat-x scroll center top transparent;
    height:40px;
    clear: both;
}

#xtop {
    background: url("../images/fon-top.gif") repeat-x scroll center top transparent;
    height:60px;
    clear: both;
}

#xlogo {
    width: 920px;
    height: 55px;
    margin: 0 auto;
    padding-top: 5px;
}

#xlogo a {
    display: block;
    background: url("../images/logo.png") no-repeat left top transparent;
    width: 451px;
    height: 47px;
}

#xmid {
    min-height: 80%;
    height: 80%;
    background: url("../images/fon-bot.gif") repeat-x scroll center bottom transparent;
    clear: both;
}

#xbot {
    background: none repeat scroll 0 0 #333333;
    border-top: 1px solid #FFFFFF;
    color: #999999;
    padding: 10px 0;
    clear: both;
}

#xcontent {
    width: 920px;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
    clear: both;
    /*background: url("../images/1mp.gif") no-repeat scroll right bottom transparent;*/
}

div.botblock {
    width: 920px;
    margin: 0 auto;
}

div.botcomment {
    color: #999999;
}

ul.xmenuline {
    list-style: none;
    padding: 0 0 20px 0;
    background: url("../images/line-dark.gif") repeat-x center bottom;
}

ul.xmenuline li {
    display: inline;
    padding: 0 10px;
}

ul.xmenuline a {
    color: #7BB700;
}

ul.xmenuline a:hover {
    color: #FFFFFF;
}

div.headline {
    color: #FFFFFF;
    background-color: #7BB700;
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
}

a.headlink {
    color: #7BB700;
    font-size: 180%;
    font-weight: bold;
}

p.headdate {
    color: #999999;
    font-size: 92%;
}

div.copyright {
    color: #666666;
    margin-top: 20px;
    font-size: 90%;
}

#player {
    display:block;
    width:200px;
    height:20px;   
}
