html, body {
    font-family:'Open Sans', sans-serif;
    color:#222;
}
.wrapper {
    width:800px;
    height:600px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.main {
    width:inherit;
    height:inherit;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.main ul {
    list-style:none;
    padding-left:0;
}
.main ul li {
    font-weight:700;
    line-height:2;
}

.title {
    font-size:22px;
}
.tel, .email {
    margin:15px auto;
}
.tel {
    width:122px;
    height:14px;
    background:url(img/tel.png) no-repeat;
}
.email {
    width:146px;
    height:16px;
    background:url(img/email.png) no-repeat;
}