.containerContent {
    width: 100%;
    height: 100%;
    /*background: url(../images/contentPlane.png) 0 0 no-repeat;*/
    margin: 0 auto;
    position: relative;
    /*width:980px;*/
    border-radius:1.6em;
    overflow: auto;
    background: #923500;
    border: 1px solid #fff;
    /*background-color:#030303;*/
    /*background: rgb(29,29,29); *//* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(29,29,29,1) 0%, rgba(0,0,0,1) 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,1)), color-stop(100%,rgba(0,0,0,1))); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(29,29,29,1) 0%,rgba(0,0,0,1) 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(29,29,29,1) 0%,rgba(0,0,0,1) 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(29,29,29,1) 0%,rgba(0,0,0,1) 100%); *//* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(29,29,29,1) 0%,rgba(0,0,0,1) 100%); *//* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#000000',GradientType=0 ); *//* IE6-9 */
}
.contWidth{width: 310px; float: left;}
.colHolder{width: 940px;}
.col1{width: 375px; position: relative; float: left;padding-top:28px;padding-left: 50px;}
.col2{width: 420px; position: relative;float: left;padding-top: 28px;padding-left: 60px;}
.col3{width: 275px; position: relative;float: left;padding-top: 28px;padding-left: 70px;}/* NOT USED */
.col4{width: 515px; position: relative;float: left;padding-top: 28px;padding-left: 70px;}/* NOT USED */
.col5{width: 900px; position: relative;float: left;padding-top: 28px;padding-left: 50px;}
.col6{width: 445px; position: relative;float: left;padding-top: 28px;padding-left: 60px;}/* NOT USED */
.col7{width: 635px; position: relative;float: left;padding-top: 28px;padding-left: 25px;}



