*
{
	border: 0;
	padding: 0;
	margin: 0;
}

body
{
	background: #fff url('bg.png') repeat-x;
	font-family: georgia;
	font-size: 16px;
}

p
{
	font-family: georgia;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 1.7em;
}

a
{
	color: #2a2a2a;	
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px dotted #2a2a2a !important;
}

ul
{
	list-style: none;
}

li
{
	margin: 0 0 15px 0;
}

.giallo
{
	color: #ffbb00;
}

#container
{
	width: 940px;
	height: 630px;
	margin: 0 auto;
}

#header
{
/* 	border: 1px solid red; */
	height: 30px;
}

#content
{
/* 	border: 1px solid red; */
	height: 600px;
	position: relative;
}

	.logo
	{
		background: transparent url('edo-design.png') no-repeat;
		width: 800px;
		height: 296px;
		position: absolute;
		top: 5px;
		left: 80px;
	}

	.mail
	{
		position: absolute;
		top: 300px;
		left: 100px;
/* 		border: 1px solid red; */
	}

	.inner
	{
		position: absolute;
		top: 400px;
		left: 100px;
/* 		border: 1px solid red; */
	}


#footer
{
	width: 940px;
	margin: 0 auto;
/* 	border: 1px solid blue;	 */
	height: 40px;
}

	#footer p
	{
		padding: 5px 0 0 0;
		text-align: center;
		font-size: 12px;
	}


/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
