#why,
#why .left,
#why .center,
#why .right {
	height: 550px;
	float: left;
}

#why {
    margin-top: 10px;
    position: relative;
    width: 920px;
    margin-bottom: 10px;
}

#why .left {
    width: 10px;
	background: url(img/smartsvn-why/why-left.png) no-repeat;
}

#why .center {
    width: 900px;
	background: url(img/smartsvn-why/why-center.png) repeat-x;
}

#why .right {
    width: 10px;
	background: url(img/smartsvn-why/why-right.png) no-repeat;
}

#why .headLine {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    color: #B8DD22;
    font: 28px/28px  Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; /* Taken from h1 */
    font-weight: bold;
}

#why .content {
    position: absolute;
    width: 900px;
    top: 60px;
    z-index: 2;
}

#why .content .reasonRow1,
#why .content .reasonRow2 {
    position: relative;
    float: left;
    width: 210px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

#why .content .reasonRow1 {
    height: 250px;
    color: #FFF;
}

#why .content .reasonRow1 p {
    position: absolute;
    top: 150px;
    width: 230px;
    color: #FFF;
}

#why .content a {
    color: #FFF;
    border-bottom: 1px dotted #FFF;
 }

#why .content a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
 }

#why .content .reasonRow2 {
    height: 200px;
}

#why .content .reasonRow2 p {
    position: absolute;
    top: 110px;
    width: 230px;
    color: #FFF;
}

#why .content .reasonGap {
    float: left;
    width: 45px;
    height: 100px;
}

#optimzed-ui {
    float: left;
    width: 500px;
    max-width: 500px;
    min-width: 500px;
}

#testimonials {
    float: left;
    margin-left: 40px;
    width: 380px;
    max-width: 380px;
    min-width: 380px;
}


#testimonials .more {
    float: right;
    font-size: 10px;
    background: url(img/dot.gif) no-repeat 0 5px;
    padding-left: 10px;
}

#testimonials .testimonial {
    float: left;
}

#testimonials .testimonialGap {
    float: left;
    width: 10px;
    min-width: 10px;
    max-width: 10px;
}

