#why,
#why .left,
#why .center,
#why .right {
	height: 350px;
	float: left;
}

#why {
    margin-top: 10px;
    position: relative;
    width: 720px;
    margin-bottom: 10px;
}

#why .left {
    width: 10px;
	background: url(img/smartsvn-download/why-left.png) no-repeat;
}

#why .center {
    width: 700px;
	background: url(img/smartsvn-download/why-center.png) repeat-x;
}

#why .right {
    width: 10px;
	background: url(img/smartsvn-download/why-right.png) no-repeat;
}

#why .headLine {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 2;
    color: #B8DD22;
    font: 28px/28px  Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; /* Taken from h1 */
    font-weight: bold;
}

#why .purchaseButton {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 3;
}

#why .content {
    position: absolute;
    padding-left: 20px;
    width: 700px;
    top: 60px;
    z-index: 2;
}

#why .content .reason {
    position: relative;
    float: left;
    width: 200px;
    padding-top: 20px;
    height: 250px;
    color: #FFF;
}

#why .content .reason p {
    position: absolute;
    top: 150px;
    color: #FFF;
}

#why .content .reason a {
    color: #FFF;
    border-bottom: 1px dotted #FFF;
 }

#why .content .reasonGap {
    float: left;
    width: 35px;
    height: 100px;
}

