@font-face {
    font-family: Raleway;
    src: url("../font/raleway-regular.ttf");
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #0094df;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
}

a.navigation:link, a.navigation:visited {
    color: #FFF;
    text-decoration: none;
}

p {
    text-indent: 2em;
    line-height: 1.5em;
}

#framework {
    min-width: 1050px;
    margin: 0 auto;
}

#navframe {
    background: #0094df;
    height: 60px;
}

#downloadbutton {
    width: 170px;
    height: 25px;
    background-color: #99cc53;
    color: white;
    padding: 12px;
    margin: 15px 35px;
    float: right;
    text-align: center;
}

#nav {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
}

#logo {
    width: 225px;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
}

#buttons {
    width: 90px;
    height: 60px;
    float: right;
}

.button {
    padding: 0 20px;
    height: 60px;
    float: left;
    font-family: Microsoft YaHei;
    line-height: 60px;
    text-align: center;
}

.button:hover {
    height: 60px;
    background-color: #0095BB;
}

#navdownloadbutton {
    width: 50px;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
    background-color: #99cc53;
    border-radius: 3px;
}

#mainframe {
    background: #0094DF;
    color: white;
}

#main {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content {
    padding: 0 30px;
}

#bottomframe {
    background: #313940;
    height: 270px;
}

#bottom {
    width: 1050px;
    padding-top: 30px;
    margin: 0 auto;
}

#bottomtitle {
    font-size: 1.2em;
    padding: 30px 0 0 50px;
    color: white;
}

#avatar {
    float: right;
    padding-top: 20px;
    padding-right: 50px;
}

#websitepic {
    padding: 20px 0 20px 50px;
    width: 700px;
    height: 150px;
}

#bottomtip {
    font-size: 0.6em;
    color: white;
    padding-left: 70px;
}

#infoframe {
    background: #313940;
    min-width: 1050px;
    height: auto;
}

#info {
    width: 1000px;
    height: 40px;
    text-align: center;
    font-family: Microsoft YaHei;
    color: white;
    font-size: 10px;
    padding-top: 22px;
    border-top: 1px dashed grey;
    margin: 0 auto;
}