html,body {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(raster.gif) no-repeat;

}

#writeroot {
	border: 1px solid;
	height: 325px;
	background-color: white;
	opacity: .8;
}

#writeroot span {
	margin: 5px;
	padding: 5px;
	display: inline-block;
	border: 1px solid;
	cursor: pointer;
}

#writeroot span.active {
	background: #cccccc;
}

#writeroot p span {
	display: block;
}

.testLayer {
	box-sizing: border-box;
	border: 3px solid red;
	position: absolute;
	z-index: -1;
}