#content-tl
{
	top:0;
	left:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(content-tl.png);
	z-index:20;
}

#content-tr
{
	top:0;
	right:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(content-tr.png);
	z-index:20;
}

#content-bl
{
	bottom:0;
	left:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(content-bl.png);
	z-index:20;
}

#content-br
{
	bottom:0;
	right:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(content-br.png);
	z-index:20;
}

#content-top
{
	top:0;
	left:60px;
	right:60px;
	height:60px;
	position:absolute;
	background-image:url(content-top.png);
	background-repeat:repeat-x;
	z-index:10;
}

#content-left
{
	top:60px;
	bottom:60px;
	left:0;
	width:60px;
	position:absolute;
	background-image:url(content-left.png);
	background-repeat:repeat-y;
	z-index:10;
}

#content-right
{
	top:60px;
	bottom:60px;
	right:0;
	width:60px;
	position:absolute;
	background-image:url(content-right.png);
	background-repeat:repeat-y;
	z-index:10;
}

#content-bottom
{
	bottom:0;
	left:60px;
	right:60px;
	height:60px;
	position:absolute;
	background-image:url(content-bottom.png);
	background-repeat:repeat-x;
	z-index:10;
}

#content-center
{
	padding:40px;
	position:relative;
	z-index:40;
}

#content-content
{
	background-color:#CCCCCC;
	color:#111111;
	text-align:left;
}


p
{
	margin: 0em 0em 1em;
}
