* {
	margin:0;
	padding:0;
}
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#131211;
	font-size:13px;
}
editor {
	line-height:1.4em;
	}
a img {
	border:none;
}
div#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-267px;
	margin-left:-480px;
	width:880px;
	height:535px;
	padding:0 40px;
	
}
ul#mainNav {
	margin:35px 48px 10px 0;
	float:left;
	cursor:pointer;
}	
ul#mainNav li {
	list-style:none;
	
}
ul#mainNav li a {
	text-decoration:none;
	display:block;
	color:#020202;
	font-size:13px;
	width:182px;
	padding-left:25px;
	height:29px;
	padding-top:9px;
	background:url(../images/menuBtn.png) 0 0 no-repeat;
	cursor:pointer;
	MARGIN-LEFT:23PX;
}
div#lang {
	clear:left;
	padding-left:35px;
}
a#ing {
	display:block;
	float:left;
	width:40px;
	height:38px;
}
a#ita {
	display:block;
	float:left;
	margin-left:0px;
	width:40px;
	height:38px;
}
div#editor {
	float:left;
	width:580px;
	margin-top:140px;
	height:290px;
	overflow:hidden;
	line-height:18px;
}
div#editor a {
	color:#76674f;
	text-decoration:underline;
}
div#editor a:hover {
	text-decoration:none;
}
div#editor ul {
	list-style-position:inside
}

p#footer {
	font-size:11px;
	position:absolute;
	bottom:46px;
	left:153px;
}