<!--
#banner {
    margin: 0 auto;
    width: 960px;
    height: 430px;
}

#banner #banner-grid {
    width: 940px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    
}

#slider-container {
display: block;
    background: url("../images/slider_shadow.png") 0 bottom no-repeat;
    height: 430px;
    margin-bottom: 13px;
    z-index: 0;
}
#slider-container {
    overflow: hidden;
}

#slider {
    width: 940px; 
    height: 384px; 
    position: relative; 
    background-image: url("../images/customer03.png"); 
    background-size: 940px 384px;
    background-repeat: no-repeat;
    background-position:center;
    z-index: -1;
}

#content {width: 960px; height: 600px; float: left; overflow: auto; 
          clear: both; margin: 1em auto; padding: 0;
          -moz-box-shadow: 10px 0 10px 3px #999;
          -webkit-box-shadow: 10px 0 10px 3px #999;
          box-shadow: 0px 0px 10px 3px #999;
          -moz-border-radius: 3px;
          border-radius: 3px;
          background-color: white;
          position: relative;
          font-size: 14px;
}

#content #left-content {
    position: absolute;
    top: 4em;
    left: 4em;
    width: 400px
}

#content #left-content img {
    position: absolute;
}

#content #left-content .companyName{
    position: absolute;
    left: 3em;
    font-size: 18px;
}

#content form {
    position: absolute;
    top: 4em;
    right: 2em;
}

a {color: black; }
a:link {color: black;}
a:visited {color: black;}
a:hover {color: red;}
a:active {color: black;}

table caption {font-size: 16px;}
-->