body{
	background: #d1d3d4;
}
.header{
	width: 100%;
}
.arrowImg{
	position: absolute;
	top: 43%;
	right: -81px;
}
.roundedBox .TL{
	background: url("../images/home/roundedTL.png") no-repeat top left;
}
.roundedBox .TR{
	background: url("../images/home/roundedTR.png") no-repeat top right;
}
.roundedBox .BL{
	background: url("../images/home/roundedBL.png") no-repeat top left;
}
.roundedBox .BR{
	background: url("../images/home/roundedBR.png") no-repeat top left;
}
.roundedBox .top{
	background: url("../images/home/boxTop.png") repeat-x top left;
}
.roundedBox .left{
	background: url("../images/home/boxLeft.png") repeat-y top left;
}
.roundedBox .right{
	background: url("../images/home/boxRight.png") repeat-y top left;
}
.roundedBox .bottom{
	background: url("../images/home/boxBottom.png") repeat-x top left;
}
.alternateBox .TL{
	background-image: url("../images/home/roundedAltTL.png") ;
}
.alternateBox .TR{
	background-image: url("../images/home/roundedAltTR.png");
}
.alternateBox .BR{
	background-image: url("../images/home/roundedAltBR.png");
}
.alternateBox .BL{
	background-image: url("../images/home/roundedAltBL.png");
}
.alternateBox .top{
	background-image: url("../images/home/boxAltTop.png");
}
.alternateBox .right{
	background-image: url("../images/home/boxAltRight.png");
}
.alternateBox .bottom{
	background-image: url("../images/home/boxAltBottom.png");
}
.alternateBox .left{
	background-image: url("../images/home/boxAltLeft.png");
}

