.tl {
	background-image: url(../images/corner.jpg);
	background-position: 0px 0px;
	height:10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tr {
	background-image: url(../images/corner.jpg);
	background-position: 10px 0px;
	height:10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.bl {
	background-image: url(../images/corner.jpg);
	background-position: 0px 10px;
	height:10px;
	width: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.br {
	background-image: url(../images/corner.jpg);
	background-position: 10px 10px;
	height:10px;
	width: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.prop {
	height:550px;
	float:right;
	width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
