

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
* {
    list-style: outside none none !important;
}
a img {
    border: medium none !important;
}
.clear {
    clear: both !important;
    float: none !important;
}
a {
    cursor: pointer;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
li a {
    text-decoration: none;
}
li a:hover {
    color: #ffa800;
    text-decoration: none;
}
div a {
    text-decoration: none;
}
div a:hover {
    color: #ffa800;
    text-decoration: none;
}
body {
    font-family: Arial,Helvetica; background:url(../images/body_bg.jpg) no-repeat center top;
}

.fl{ float:left;}
.fr{ float:right;}