body { background: #fff; font: 16px 'HelveticaCondensed', Arial, sans-serif; color: #575756; width: 960px; margin: auto; }
* { margin: 0; padding: 0; outline:0; }
img { border: 0; }
a { color: #0032a0; text-decoration: none; cursor: pointer; }
a:hover { color: #0032a0; text-decoration: underline; }
.clear { clear: both; }

@font-face {
    font-family: 'HelveticaCondensed';
    src: url('/fonts/ugaltstd-cn-webfont.eot');
    src: url('/fonts/ugaltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ugaltstd-cn-webfont.woff') format('woff'),
         url('/fonts/ugaltstd-cn-webfont.ttf') format('truetype'),
         url('/fonts/ugaltstd-cn-webfont.svg#uga_lt_std_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo { text-align: center; padding: 80px 0; }
.info { text-align: center; font-size: 25px; line-height: 40px;  }
