body{
        margin:0;
        padding:0;
        width:100%;
        font: 12px Tahoma;
}
h1 {
        font-size:20px;
        color:#0099ff;
        margin-bottom:20px;
        margin-top:100px;
        font-weight:normal;
}
a img {
        border: 0;
}
a {
        color:#1873b4;
}
div.container {
        width: 900px;
        margin: 0 auto;
        padding-top: 10px;

        height: 120px;
}
div.content {
        margin-top: 20px;
        padding-bottom: 50px;
        overflow:hidden;
        border-bottom: 1px solid silver;
         border-top: 1px solid silver;
}
div.menu {
        float:left;
        width: 300px;
        line-height: 140%;
        padding-right: 20px;
}
div.text {
        float:left;
        width: 580px;
        line-height: 150%;

}
div.footer {
        padding-top: 20px;
        color: gray;
}
#banner {
        height:96px;
        float:right;
        margin-top:18px;
        margin-right:10px;
        overflow:hidden
}
.button1 {
        background:url(https://sv-host.net/parking/click.gif)
        no-repeat left top;
        color:#fff
}