* {
    margin:0;
    padding:0;
    border:none;
}

body {
    background:#00658F;
    color:#fff;
    text-align: center;
}

.content {
    margin: 95px auto 0;
    overflow: hidden;
    width: 600px;
}

.content h1 {
    background:url("img/title.png") no-repeat scroll 0 0 transparent;
    height:63px;
    margin:0 auto 16px;
    text-indent:-9999px;
    width:474px;
}

.content h3 {
    background:url("img/slogan.png") no-repeat scroll 0 0 transparent;
    height:19px;
    margin:0 auto;
    text-indent:-9999px;
    width:352px;
}

.content p.coming {
    background:url("img/coming.png") no-repeat scroll 0 0 transparent;
    height:26px;
    margin:56px auto 0;
    text-indent:-9999px;
    width:249px;
}

.content .footer {
    margin-top: 108px;
}

.content .footer p {
    background: url(img/follow.png) no-repeat transparent;
    height: 15px;
    margin:0 auto;
    text-indent: -9999px;
    width: 98px;
}

.content .footer ul {
    list-style: none;
    margin:16px auto 0;
    overflow: hidden;
    width:260px;
}

.content .footer ul li {
    float: left;
    margin-right: 17px;
}