body {
    font-family: 'Arial';
    margin: 0px;
    text-align: center;
}
div.wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.header {
    width: 100%;
    height: 65px;
    text-align: right;
    background: url('../images/logo.png') no-repeat;
}
div.header a.logo {
    float: left;
    height: 65px;
    width: 289px;
}
div.login {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #999;
}
div.login .text {
    width: 100px;
    border: 1px solid #ccc;
}
div.menu {
    background: url('../images/menu.png');
    width: 100%;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.menu a {
    color: #fff;
    text-decoration: none;
    margin: 0 30px 0 30px;
    font-family: 'Verdana';
}
div.menu a:hover {
    color: #333;
}
div.content {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-bottom: 12px;
}
div.footer {
    width: 100%;
    height: 20px;
    background: url('../images/footer.png') repeat-x;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.footer_content {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #999;
    font-size: 11px;
    text-align: center;
}
form {
    margin: 0px;
}
.blue {
    color: #06f;
}
ul.tick {
    margin-left: 20px;
    color: #666;
    font-size: 12px;
}
ul.tick li {
    list-style-image: url('../images/tick.png');
}
