body {
	background-image: url(http://lissette.wizk.it/frontend/default/fill.jpg);
background-repeat: repeat-x;
background-color: #ABA87F;
margin: 0;
}
p.pagebreak  
{
	page-break-after:always;
}

#container {
	position: relative;
	background-image: url(http://lissette.wizk.it/frontend/default/background.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 752px;
}
a.btn {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
img.btn {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#mainMenu {
	position: absolute;
	top: 5px;
	left: 360px;
}
#main {
	position: absolute;
	text-align: justify;
	font-weight: bolder;
	color: #5D5A3B;
	top: 150px;
	left: 400px;
	width: 350px;
	height: 385px;
	overflow: auto;
}
div.printAll {
	text-decoration: none;
	position: absolute;
	top: 90px;
	left: 870px;
	
}
div.title {
	font-weight: bolder;
}
div.categorytitle {
	font-weight: bolder;
}
#footer {
	position: absolute;
	top: 570px;
	left: 330px;
	font-size: x-small;
	text-align: center;
	color: #5D5A3B;
}
a.btn_pagination {
font-size: 14pt;
border: 2px solid #5D5A3B;
color: #5D5A3B;
text-decoration: none;
}
a.btn_pagination:hover {
color: #fff;
background-color: #ABA87F;
}