.right {
	text-align: right;
}
.ul {
	position:absolute;
	left: 0px;
	top: 0px;
}
.ur {
	position:absolute;
	top: 0px;
	right: 0px;
}
.ur1 {
	position:absolute;
	top: 88px;
	right: 0px;
}
.ul1 {
	position:absolute;
	left: 0px;
	top: 88px;
}
.bl {
	position:absolute;
	left: 0px;
	bottom: 0px;
}
.br {
	position:absolute;
	bottom: 0px;
	right: 0px;
}
.bl1 {
	position:absolute;
	left: 0px;
	bottom: 88px;
}
.br1 {
	position:absolute;
	bottom: 88px;
	right: 0px;
}
.b {
	background-repeat: repeat-x;
	background:url(images/b.gif);
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.t {
	background-repeat: repeat-x;
	background:url(images/t.gif);
	position: absolute;
	top: 0px;
	width: 100%;
}
.l {
	background-repeat: repeat-y;
	background:url(images/l.gif);
	position: absolute;
	left: 0px;
	height: 100%;
	width: 88px;
}
.r {
	background-repeat: repeat-y;
	background:url(images/r.gif);
	position: absolute;
	right: 0px;
	height: 100%;
	width:88;
}
.content
{
	position:relative;
	margin-top:5px;
	margin-bottom: auto;
	margin-left:auto;
	margin-right:auto;
}

