.drop-top {
	background:url(/images/template/drop-top.png) no-repeat top left;
	margin:0 auto;
	width:990px;
}

.drop-bottom {
	background:url(/images/template/drop-bottom.png) no-repeat bottom left;
	margin:0 auto;
	width:990px;
	padding-bottom:10px;
}

.drop-left {
	background:url(/images/template/drop-left.png) repeat-y top left;
	margin:0 auto;
	width:990px;
}

.drop-right {
	background:url(/images/template/drop-right.png) repeat-y top right;
	margin:0 auto;
	width:990px;
}

.right {
	text-align:right;
}