
#why .left {
float:left;
width:48%;
}

#why .right {
float:right;
width:48%;
}

.why-white{
	
	background-color: #fff;
	padding: 5px;
	height: 550px;
}


#why .grey-box{
width: 100%;
margin-bottom: 15px;
}

#why .grey-box .bl {background: url(images/corners-light-grey/bl.gif) 0 100% no-repeat #d9dadb; width: 100%;}
#why .grey-box .br {background: url(images/corners-light-grey/br.gif) 100% 100% no-repeat}
#why .grey-box .tl {background: url(images/corners-light-grey/tl.gif) 0 0 no-repeat}
#why .grey-box .tr {background: url(images/corners-light-grey/tr.gif) 100% 0 no-repeat; padding:15px}


.pinkbg{
 background-color: #ffcccc;
 height: 140px;
}

