h2. {color:red;}
}
a:link {color:#006699; text-decoration:none;}
a:link {color:#006699; text-decoration:none;}
a:visited {color:#006699; text-decoration:none;}
a:hover {color:black; text-decoration:over line;}
body 
.p.new {font: 12px  Verdana,Tahoma 
.k.{text-left}
.s.{text-right}

position:absolute;
top:45px;right:50px;
color:#514E4B;
}
p.new--attachment:fixed;
body {
background-image:url(http://www.vesinternet.com/131-1024.jpg);
background-repeat:no-repeat;
background-position:300px 70px;
background-attachment:fixed;

}











* {
        padding: 0;
        margin: 0;
        font-family: Tahoma, Geneva, sans-serif;
}
/* Этот код лучше не редактировать */
body {
        width: 100%;
        height: 100%;
        background: black;
}
#ytPlayer {
        position: fixed;
        z-index: 0;
}
#wrapper {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        overflow: auto;

}
/* Далее уже можете сами настраивать все как хотите */

#panel {
        background: rgba(0, 0, 0, .7);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 0 16px;
        line-height: 32px;
        color: #999;
        font-size:12px;
        width: 600px;
        margin: 20px auto;
        text-align:right
}
        #panel a {
                color: #f05;
                text-decoration: none;
        }
        #panel a:hover {
                text-decoration: underline;
        }
#content {
        width: 600px;
        margin: 20px auto;
}
        #content h1 {
                background: yellow;
                display: inline-block;
                font-weight: normal;
                text-transform:uppercase;
                margin-top:200px;
                font-size: 30px;
                line-height: 42px;
                padding: 2px 10px;
        }
        #content a {
                color: #f05;
                font-size: 24px;
                line-height: 36px;
                padding: 2px 10px;
                text-decoration: none;
                background: black;
                display: inline-block;
        }
