@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../img/bgk_texture.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#full {
	height: 100%;
	width: 100%;
	cursor: default;
}

#main {
	height: 100%;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 160px;
	padding-bottom: 45px;
}
#head {
	background-image: url(../img/pixellers_underc.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 269px;
	width: 404px;
	margin-right: auto;
	margin-left: auto;
}
#head span {
	color: #333333;
	display: block;
	height: 60px;
	width: 311px;
	font-size: 0.57em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 207px;
	padding-left: 4px;
	padding-bottom: 2px;
	line-height: 11px;
	text-align: justify;
}
#pixellersign {
	height: 67px;
	width: 67px;
	position: absolute;
	left: 635px;
	top: 405px;
}
#piva {
	margin-right: auto;
	margin-left: auto;
	width: 396px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

