﻿body {
        font-family: Helvetica !important;
        color: #333333;
        margin: 0;
        -webkit-text-size-adjust: 100%;
}
#header {
        margin: 0;
        padding: 0;
}
#footer {
                margin:0;
                padding:0
}
#info_block {
                margin: 0;
                padding:10px 15px 10px 15px;
                // background: #666666;
                background: linear-gradient(to bottom, #696969, #666666);
                background: -webkit-gradient(linear,left top,left bottom, from(#696969), to(#666666));
                background: -webkit-linear-gradient(top,#696969, #666666);
                background: -moz-linear-gradient(top,#696969, #666666);
}
#bottom_info {
                font-size: 12px;
}
#bottom_info ul {
                margin: 0;
                padding: 0;
                list-style: outside none none;
}

#bottom_info li {
                border-bottom: 1px solid #FFFFFF;
}
#bottom_info a {
                  display: block;
                  position: relative;
                  padding: 10px 0 10px 5px;
                  color: #FFFFFF;
                  text-decoration: none;
}
#bottom_info a:after {
                  display: block;
                  content: "";
                  position: absolute;
                  margin: -4px 0 0 0;
                  top: 50%;
                  right: 10px;
                  width: 6px;
                  height: 6px;
                  border-top: 2px solid #FFFFFF;
                  border-right: 2px solid #FFFFFF;
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
}
#bottom_company {
                   margin: 0;
                   padding: 15px 0 15px 0;
                   font-size: 9px;
                   color: #FFFFFF;
                   text-align: center;
}
