div.container {
	position: relative;
	
	width:900px;
	height:300px;
	margin:auto;
	margin-top: 80px;
}

div.container > div {
	position: absolute;
}

div.container.black .topLeft {
	background-image: url(topLeft.png);
	left: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
}
div.container.black .top {
	background-image: url(top.png);
	left: 11px;
	top: 0px;
	right: 12px;
	height: 11px;
}
div.container.black .topRight {
	background-image: url(topRight.png);
	right: 0px;
	top: 0px;
	width: 12px;
	height: 11px;
}

div.container.black .left {
	background-image: url(left.png);
	left: 0px;
	top: 11px;
	bottom: 11px;
	width: 11px;
}
div.container.black .content {
	background-image: url(../../px_black70.png);
	top: 11px;
	left: 11px;
	right: 12px;
	bottom: 11px;
	
	padding: 5px;
	
	color: White;
	overflow: hidden;
}
div.container.black .right {
	background-image: url(right.png);
	width: 12px;
	top: 11px;
	right: 0px;
	bottom: 11px;
}

div.container.black .bottomLeft {
	background-image: url(bottomLeft.png);
	left: 0px;
	bottom: 0px;
	width: 11px;
	height: 11px;
}
div.container.black .bottom {
	background-image: url(bottom.png);
	left: 11px;
	bottom: 0px;
	right: 12px;
	height: 11px;
}
div.container.black .bottomRight {
	background-image: url(bottomRight.png);
	right: 0px;
	bottom: 0px;
	width: 12px;
	height: 11px;
}