#arena {
	background: black url("nexus/background.png") repeat;
	width: 912px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.plasma {
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
}
.plasma-vert {
	width: 24px;
	height: 256px;
}
.plasma-horz {
	width: 256px;
	height: 24px;
}
