* {
    margin:0px;
    padding:0px;
    border:0px none;
}
body {
    background-color:#383D3F;
    background-image:url('images/back.png');
    background-position:0px 250px;
    background-repeat:repeat-x;
    text-align:center;
}
#top {
    width:100%;
    height:250px;
    background-image:url('images/logo.png');
    background-position:center 205px;
    background-repeat:no-repeat;
}
#banner {
    width:100%;
    height:250px;
    background-image:url('images/back_img.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
}
#bottom {
    width:100%;
    text-align:center;
    padding-top:6px;
    color:#FFF;
}
a {
    font-family:Arial,sans-serif;
    font-size:11px;
    color:inherit;
    text-decoration:none;
    margin:0px 25px;
}
a:hover {
    border-bottom:1px solid #F90;
}
.content {
    width:600px;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    padding:20px 0px;
    text-align:justify;
    font-family:Arial,sans-serif;
    font-size:11px;
    color:#FFF;
}
.btb {
    border-top:1px solid #F90;
    border-bottom:1px solid #F90;
}