#body {
	background-color: #333333;
	margin: 0px;
}
#layer_content {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#bottom_left {
	width: 620px;
	left: 10px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
#title {
	width: 620px;
	left: 10px;
	position: relative;
	margin-top: 10px;
}
#text {
	width: 620px;
	left: 10px;
	position: relative;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
