﻿body {
    
    background:#000 url(../images/law-1.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    margin:10px auto;
    font-family: arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color:antiquewhite;
    
    
}

.main {
    width:923px;
    height:auto;
    margin:0px auto;
    padding-top:85px;
}

.main p {
    color:#f8c568;
    line-height:18px;
    text-align:justify;
}

.main li {
    color:#f00;
    color:#f8c568;
    margin:0px;
    padding:3px 0px 3px 0px;
}

.agree-btn {
    display:block;
    background:url(../images/btn-agree.png) no-repeat;
    height:52px;
    width:166px;
    background-position:left top;
}

.agree-btn:hover {
    background-position:left bottom;
}

.logo {
    width:300px;
    height:40px;
    
}
.logo h1 {
        color:antiquewhite;
    }
.content {
    width:320px;
    height:500px;
    float:right;
    margin-right:-20px;
    overflow:hidden;
}
td {
    text-align: left;
}

