body {
    margin: 0;
    background: url(../image/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family:arial;
	font-size:12px;
}
.bg {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    -khtml-opacity: 0.85; 
    text-align: center;
}
.main {
    margin: 0 auto;
    width: 900px;
    padding-top: 12%;
    color: #ffffff;
}
.top {
    width: 100%;
    border-bottom: 1px solid #413f3f;
    display: inline-block;
    min-height: 18px;
}
.top-left {
    float: left;
    width: 45%;
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    padding-top: 80px;
}
.top-right {
    float: left;
    width: 55%;
    text-align: left;
}
.top-right img {
    width: 194px;
}
.top-right span {
    padding-top: 80px;
    float: right;
    top: -77px;
}
.bottom {
}
.bottom-left {
    width: 45%;
    float: left;
}
.bottom-left div {
    text-align: left;
    width: 100%;
    margin-top: 6px;
}
.bottom-left span {
    width: 18%;
    display: inline-block;
}
.bottom-left input {
    border: 0;
}
.login {
    padding-left: 18%;
}
.login input {
    margin-left:2px;
    width: 167px;
    background-color: #333;
    color: #ffffff;
}
.bottom-right {
    width: 55%;
    float: left;
    text-align: left;
}
.bottom-right h1 {
    margin: 4px 0 35px;
    font-style: italic;
}
.bottom-right p {
    text-indent: 20px;
}
