.wrapper {
    min-width: 800px;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    border: 1px solid;
    padding: 0 25px;
}
ul {
    list-style: none;
}

ul li:before {
    color: #000;
    content: "- ";
    font-size: 1.2em;
    font-weight: bold;
}
img {
    width: 100%;
    height: 100%;
}
img.sz-70 {
    width: 100%;
    height: 70%;
}
.center {
    margin: 0 auto;
}
i {
    font-size: .8em;
}