body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
body, textarea, input {
	font-family: Trebuchet MS;
}
textarea, input {
	font-size: 13px;
}
img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
#main {
		width: 900px;
		position: relative;
		left:50%;
		margin-left:-450px;
		background-color: black;
}
#fine-main {
	clear: both;
	width: 900px;
}
#header {
	text-align: center;
	background-color: black;
}
#left {
		background: black url(../images/inizio-left.png) no-repeat center 35px;
		width: 650px;
		float: left;
}
#left h1 {
	display: none;
}
#titolo-left {
	height: 80px;
}
#testo-left {
	padding: 10px 35px 10px 35px;
	font-family: Trebuchet Ms;
	color: white;
	line-height: 25px;
	height: auto;
	background: url(../images/corpo-left.png) repeat-y center top;
}
#testo-left div {
	margin: 0;
	padding: 0;
}
#fine-testo-left {
	clear: both;
}
#fine-left {
	height: 45px;
	background: url(../images/fine-left.png) no-repeat center top;
}
#right {
	width: 250px;
	height: 488px;
	background: url(../images/contattaci.jpg) no-repeat;
	float: left;
	margin-top: 66px;
}
#right h3 { display: none; }

#contatti {
	position: relative;
}
#contatti div, #contatti label {
	position: absolute;
	left: 27px;
}
#contatti-oggetto-div, #contatti-email-div {
	background-color: #fff;
	padding: 2px 8px;
	border: 1px solid #ccc;
}
#contatti-oggetto, #contatti-email {
	width: 165px;
	margin: 0;
	padding: 0;
	border: 0;
}
#contatti-oggetto-label { top: 49px; }
#contatti-oggetto-div { top: 69px; }
#contatti-email-label { top: 104px; }
#contatti-email-div { top: 124px; }
#contatti-testo-label { top: 159px; }
#contatti-testo {
	position: absolute;
	left: 36px;
	top: 191px;
	width: 165px;
	height: 242px;
	overflow: auto;
	border: 0;
	margin: 0;
	padding: 0;
}
#contatti-invia-div {
	top: 453px;
	width: 183px;
	text-align: center;
}
#footer {
		float:left;
		width: 900px;
		height: 50px;
		background-color: black;
		color: #cc0000; 
}

/* PORTFOLIO */

div.portfolio {
	float: left;
	width: 290px;
	text-align: center;
	line-height: 1.4;
}
div.portfolio div.image img {
	border: 1px solid #ffffff;
}
div.portfolio div.title {
	font-size: 112%;
}
div.portfolio div.url {
	height: 50px;
}
div.portfolio div.url a {
	color: #ffffff;
}
div.portfolio div.url a:hover {
	color: #ff8a16;
}
