.left {
	background-image: url(images/flash-left-b.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.right {

	background-image: url(images/flash-rightb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.top {


	background-image: url(images/back-top.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.bottom {



	background-image: url(images/back-bottom.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

p{
	color: #9AA6BD;
	font: 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
}