@CHARSET "ISO-8859-1";

.background-canvas
{
	/*
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	*/
	position: relative;
	/*z-index: -1;*/
}

.background-edit-button-bar
{
	position: absolute;
	top: 0;
	left: 0;
	font-size: small;
	z-index: 2;
	background-color: white;
}

.background-edit-button-bar a
{
	display: block;
	width: 20px;
	height: 20px;
	z-index: 2;
	border-radius: 5px;
}

.background-edit-button-bar a:link
{
	padding: 2px;
	cursor: pointer;
}
