body {
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #34812D;
    margin: 0;
    padding: 0;
}
a, a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
.wrapper {
    /*position: relative;*/
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    max-width: 960px;
    background: url(images/fon.jpg) left repeat-y transparent;
}
.left {
    float: left;
    width: 25%;
}
.left .menu-link {
    display: block;
    text-align: right;
}
.content {
    float: left;
    width: 75%;
    /*height: 100%;*/
}
.content img {
    margin: 10px;
}
p {
    font-size: 14px;
}
table tr > td {
    /*vertical-align: top;*/
}
.names a {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
.names a.active {
    color: #fff;
}
.poems {
    font-size: 16px;
    margin: 20px;
    width: 400px;
}
.item {
    display: none;
    position: relative;
    top: 0;
}
.item.active {
    display: block;
}
.pull-right {
    text-align: right;
}
.clearfix:before,
.clearfix:after
{
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}