@charset "UTF-8";
/* CSS Document */

body{
    font-family: Verdana, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #8C8C8C;
    text-decoration: none;
    background-image:url('pics/bg.gif');
    background-repeat:repeat-x;
    background-color: #e3e3e3;
    line-height: 22px;
    margin:40px 0px;
    padding:0px;
    text-align:center;
}

.content {
    width:925px;
    text-align:left;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
    margin-top: -190px;
    margin-left: -462px;
}

#loading {
    height: 100%;
    width: 100%;
    background: url(loading.gif) center 100px no-repeat;
}

.js .content .inner {
    display: none;
}

h1 {
    font-size:18px;
    font-weight:normal;
    text-align:center;
    margin-top:80px;
    margin-bottom:100px;
    font-family:Georgia, "Times New Roman", Times, serif;
    letter-spacing:0.05em;
    color:#A6A6A6;
}

.logo {
    width:198px;
    margin-left:auto;
    margin-right:auto;
}

.leftcol {
    width:264px;
    float:left;
}

.rightcol {
    float:right;
}

p {
    font-size:11px;
    line-height:18px;
    text-align:center;
    letter-spacing:0.05em;
}

a{
    color:#8C8C8C;
}