body {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	text-align : center;
	margin : 0px;
	padding : 0px;
	background : #848484;
	overflow:auto;
	color: #000000;
}


.main {
	width:900px;
	height:575px;
	z-index:1;
	background-image: url(images/bg.jpg);
	border: 1px solid #000000;
	background-color:#B4B4CE;
	text-align:left;
	font-size : 14px;
	color: #848484;
}

.rip {
	color:#a4a4a4;
	font-size : 12px;
}

 .img {
	width:900px;
  	height:575px;
  	z-index:100;
  }

#flash {
	width:780px;
	height:180px;
	z-index:10;
	visibility : inherit;
}

.normal {
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	text-align : left;
	visibility : inherit;
}

.titolo {
	font-family : "Courier New", Courier, monospace;
	font-size : 28px;
	text-align : left;
	font-weight : normal;
	visibility : inherit;
	display : inline;
}

a {
	text-decoration : none;
	color : #848484;
	font-weight : normal;
}

a:hover {
	text-decoration : underline;
	color : #848484;
}

a:hover.toplink {
	text-decoration : none;
	color : #848484;
	border: 1px dashed Red;
}

.toplink {
	border: 1px dashed #dcdcdc;
}

.menu a:visited {
	color : #dcdcdc;
}

#flashcontent {
	display : inline;
	font-size : 12px;
}




