body {
    background: url(img/bg.png) center;
    font-family: 'Open Sans', sans-serif;
}
h1{
    text-align: center;
}

.title{
    font-size: 36pt;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    text-align: center;
    color: #777;
}
.doc-item {
    margin-bottom: 10px;
    width: 250px;
    word-wrap: break-word;
    border-radius: 4px;
    background-color: rgba(220, 218, 228, 0.39);
    /*border: 1px solid rgba(0, 0, 0, .15);*/
}

.doc-item h2 {
    color: rgb(84, 63, 63);
    display: block;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #D4D1D1;
    text-rendering: auto;
    margin: 0;
}
.doc-item h3 {
    margin: 4px 0;
    padding-top: 4px;
}
.doc-item li {
    margin: 4px 0;
}

.doc-item ul {
    padding-left: 0;
    list-style: none;
}

.doc-item a {
    color: #2B2F3E;
    text-decoration: none;
}

.doc-item a:hover {
    color: #CEB06B;
     text-decoration: underline;
}
.doc-item li ul {
    margin-left: 20px;
}

.footer{
	    position: absolute;
    bottom: 0;
    width: 99%;
    text-align: center;
}
