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

html, body{
	text-align:center;
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	overflow:hidden;
}

h1{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
	color:#F00;
}

h2{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}

img{
	border:none;
	margin:0px;
	padding:0px;
}

em{display:none;}

a{
	cursor:pointer;
	text-decoration:none;
	color:black;
}

ul{
	list-style:circle outside;
	margin:0px;
	padding:0px 0px 0px 15px;
}

p{margin:5px 0px;}

#outercover {
    width:802px;
	height:462px;
	top:50%;
	left:50%;
	margin: -225px 0px 0px -400px;    /*metà altezza 0 0 metà larghezza  */
	padding:0px;
	position:absolute;
	color:black;
}

#cover{
    width:800px;
	height:450px;
	background-color:#fe9900;
	text-align:left;	
	border: 1px solid #fbb;
	margin:0px;
}

#logo{
	margin:10px;
	width:160px;
	height:70px;
	float:left;
	border:none;
	display:inline;
	background-image:url(../images/logo.gif);
	background-position:center;
}

#slogan{
	vertical-align:bottom;
	text-align:center;
	float:right;
	width:614px;
	height:90px;
	border:none;
	display:inline;
	background-image:url(../images/slogan.gif);
}

#contents{
	width:580px;
	height:300px;
	border:none;
	background-image:url(../images/contents.gif);
	float:left;
	margin:10px;
	margin-right:0px;
	padding:20px;
	display:inline;
	line-height:1.5;
	text-align:justify;
	overflow:hidden;
}

#realcontents{  /* per evitare che la barra di scorrimento vada sulla sfumatura del box */
	height:300px;
	width:580px;
	float:none;
	border:none;
	padding:0px;
	margin:0px;
	background:none;
	overflow:auto;

}


#awards{
	clear:both;
	width: 800px;
	float:left;
	font-size:10px;
	text-align:center;
	color:#ccc;
	margin-top:5px;
}

#awards a{color:#999;}

#awards a:hover{color:#f00;}

#stacco{
	margin:0px;
	height:1px;
	font-size:1px;
	background:none;
	clear:both;
}

#indirizzoEuwork{
	width:305px;
	font-size:14px;
	margin:0px;
	padding:0px;
	border:none;
	font-weight:bold;
}

#indirizzoEuwork a:hover, #indirizzoEuwork a:active{color:red;}

.bold{font-weight:bold}

.red{color:red}

.center{text-align:center;}
