﻿body
{
    background-image: url('../image/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100px;
}
p
{
    font-size: 18px;
}
.title
{
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
}
.desc
{
    width: 300px;
    height: auto;
    line-height: 30px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
}
.menu
{
    list-style: none;
    width: 170px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
}
.menu li
{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #61DDF0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}