* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: #000000;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color:#cccccc;
}
a {
	color:  #99aa00;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}

.capolettera
{
padding-left: 2px;
font-size: 70px;
float: left;
padding-bottom: 2px;
color: #ffffff;
line-height: 55px;
margin-right: 5px;
padding-top: 2px;
padding-right: 2px;
font-family: times;

}
input {
	vertical-align: middle;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 545px;
	background: black url('Fluendo_cover_900.jpg') no-repeat top left;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 270px 0 0;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	background: #000000;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 900px;
	margin: -100px auto 0;
	height: 60px;
	background: #555555;
}

#footer a {
	color: #99aa00;
	outline: none;
	text-decoration: none;
}
