* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #676767;
	font: 13px 'Arial', Tahoma, sans-serif;
	cursor: default;
}

body .clear {
	clear: both;
}

body .clearFix {
	height: 0.001%;
}

body .hidden {
	display: none;
}

body a {
	outline: none;
}

#logo {

}

#menu {
	width: 100%;	height: 26px;
	background-image: url(images/menuBG.jpg);	background-repeat: repeat-x;
}

#menu div.contMenu {
	width: 850px;
}

#corpo {
	width: 850px;
}

#footer {
	width: 100%;	height: 53px;
	background-image: url(images/footer.jpg);	background-repeat: repeat-x;	
}

#footer div.rubrica {
	float: left;
	width: 225px;	height: 53px;
	background-image: url(images/rubrica.jpg);	background-repeat: no-repeat;
}

#footer div.cop {
	float: right;
	margin-top: 25px;
	color: #000;
}

#footer div.cop a {
	color: #000;
}