body {
	color: @sectioncolor;
	width: 100%;
	height: 100%;
	margin: 1px;
}
#title {
	color: @headcolor;
	-moz-box-shadow: @headshadow;
	-webkit-box-shadow: @headshadow;
	box-shadow: @headshadow;
}