body {
    margin: 0 auto;
    width: 1000px;
    font-size: 14pt;
    background: url(/background.png) no-repeat 0 0; 
}
a {
    text-decoration: none;
    color: #4682B4;
}
A:visited {
    color: #4682B4; /* Цвет посещенных ссылок */
}
a:hover {
    color: #4169E1;
    text-decoration: underline;
}
p {
   font-size: 13pt; 
   color: #2F4F4F;
   text-align: justify;
   line-height: 1.6;
}
.menu {
    border: solid 2px;
    border-color: #0000FF;
    border-radius: 15px;
    font-size: 16pt;
    height: 33px;
    margin: 10px auto;
}
.menu a {
    padding: 0 40px 0 35px;
}
.container {
    position: relative;
    width: 1000px;
}
.sidebar {
    margin: 50px 0 0 0;
    height: 600px;
    width: 200px;
    border: solid 1px;
    border-radius: 15px;
}
.content {
    left: 250px;
    top: 50px;
    width: 750px;
}
.sidebar, .content {
    position: absolute;
}
li {
    list-style-type: none;
    padding-top: 5px;
}
ul {
    margin-left: -25px;
    margin-top: 10px;
}

.footer {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
}