/* SHstreets.com 首页样式 */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.page-wrapper {
    text-align: center;
    height: 100%;
}

.content {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
