body,html {
	height:100%;
	margin:0;
	background-color: #750026;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#bordoesterno {
	width:760px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -240px 0 0 -380px;
	border : 1px solid #BC8F8F;
	text-align : center;
	background-color: #000;
	height : 3430px;
}


#scritta {
	width:260px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -205px 0 0 105px;
	border : none
	text-align : left;
	font : 12px ;
	color : GrayText;
}

P {
	font-family : verdana, Helvetica, sans-serif;
	font-size : 14px;
	color : #ccc;
}
A {
	text-decoration : none;
	font : 14px ;
	color : #f66;
}

A:hover{
	color : #fcc;
}


#cornice {
	width:440px;
	height:440px;
	position:absolute;top:50%;left:50%;
	margin: -210px 0 0 -365px; 
}

#img400 {
	width:400px;
	height:400px;
	position:absolute;top:50%;left:50%;
	margin: -205px 0 0 -200px; 
}
INPUT {
	background : black;
	color:#ff6666;
	border : none;
}
#logo {
	margin : 50px 0 0 -370px;
	position : absolute;
	top: 50%;
	left:50%;
}
#logo2 {
	position : absolute;
	width : 230px;
	top : 3400px;
	left : 560px;
}

#presentazione
{
	top: 120;
	left: 150;
	position: absolute;
}

#menu {
	position:absolute;
	height : 37px;
	color : #4682B4;
	width : 500px;
	top : 0px;
	left : 40px;
}
#form 
{
	top: 450;
	left: 30;
	position: absolute;
	width : 400px;
}
#didascalia {
	position:absolute;
	top:50%;
	left:50%;
	margin: -190px 0 0 125px;
	/*border: solid 1px white;*/
	width : 200px;
}
 .image {
  border : 1px solid #666;
}
#notizie{
	width:640px;
	height:350px;
	position:absolute;
	top:50px;
	left:50px;
	text-align : left;
	
	
}
ul.notizie {
	list-style :  none;
	margin : 0;
	padding : 0;
	
}
ul.notizie li a {
	text-decoration : none;
	display : block;  width: 100%;line-height: 1.5em; padding-left: 10px;
}

H1 {
	color : #ff6666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 32px;
}
TEXTAREA {
	border : none;
	margin-top : 0;
	width :640px;
	}

