boxes.css 1.02 KB
/* Common values */
.BoxWrapper {
	overflow: hidden;
	position: relative;
}
.BoxContent {
}
.BoxNorthWest {
	top: 0px;
	left: 0px;
	position: absolute;
}
.BoxNorth {
	left: 0px;
	top: 0px;
	width: 1000px;
	position: absolute;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.BoxNorthEast {
	top: 0px;
	right: -0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.BoxWest {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5000px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.BoxEast {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5000px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.BoxSouthWest {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.BoxSouth {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 1000px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.BoxSouthEast {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}