@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
code,
em,
img,
small,
strong,
sub,
sup,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

a {
    color: #999;
    text-decoration: none
}

a:hover,
a:active,
a:link {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


img {
    border: none
}

#main {
    width: 1280px;
    min-height: 600px;
    margin: 20px auto 0;
    background: #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.left {
    float: left;
    border-right: 1px #eee solid
}

.right {
    float: right
}