.fancy-north
{
	background: url(/images/north.png) repeat-x top; 
}

.fancy-east
{
	background: url(/images/east.png) repeat-y right;
}

.fancy-south
{
	background: url(/images/south.png) repeat-x bottom; 
}

.fancy-west
{
	background: url(/images/west.png) repeat-y left;
}

.fancy-northeast
{
	background: url(/images/northeast.png) no-repeat top right; 
}

.fancy-southeast
{
	background: url(/images/southeast.png) no-repeat bottom right;
}

.fancy-southwest 
{
	background: url(/images/southwest.png) no-repeat bottom left;
}

.fancy-northwest 
{
	background: url(/images/northwest.png) no-repeat top left;
}