body { 
	background-color: black; 
	margin: 0px;
	width: 100%;
	height: 100%; 
	color: #ffffff;
	
	scrollbar-arrow-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-highlight-color:#CCCCCC;
    scrollbar-3dlight-color: #FFFFFF; 
}
div{
	font-family: verdana, arial;
	font-size: 11px;
}
a{
	font-weight: bold;
	text-decoration: none;	
	cursor: pointer;
}
a:hover{
	text-decoration: underline;	
}
a#a_news{
	font-size: 14px;
}
.hilited{
	color: #DDBB55;
}
div#div_main  { 
	position: absolute;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 800px;
	height: 540px;
	visibility: hidden;
	color: #000000;
}
div#div_menu{
	background-color: white;
	position: relative;
	float: left;	
}
div#div_links{
	padding: 2px 0px;
	background-color: #eeeeee;
	width: 100%;
	text-align: right;
	margin: 2px 0px;	
}
div.menu{
	background-color: white;
	text-align: center;
	position: relative;
	float: left;
	font-size: 14px;
	padding: 2px 5px;
	font-weight: bold;
	margin: 5px;
	border: 0px dotted black;
	cursor: pointer;
}
input{
	font-family: verdana, arial;
	font-size: 11px;
	border: 1px solid gray;
	padding-left: 2px;
}
div#div_testo{
	position: absolute;
	left: 320px;
	top: 90px;
	width: 450px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;	
	font-family: verdana, arial;
	font-size: 26px;
	border: 0px solid red;
}
div#div_testo a{
	font-weight: normal;
	color: #DDBB55;
}
.titolo{
	font-size: 36px;
	color: #DDBB55;
	font-weight: bold;
}
.who, .work{
	font-size: 12px;
	text-align: justify;	
	height: 196px;	
	overflow: auto;
	padding-right: 15px;
	border: 0px solid #eeeeee;
}
.news{
	font-size: 12px;
	text-align: justify;	
	height: 196px;
	cursor: pointer;	
	overflow: auto;	
}
.msg{
	font-size: 18px;	
	height: 196px;	
	overflow: auto;
	padding: 15px;	
}
/* news */

table#main{
	width: 100%;
}
table#main a{	
	font-size: 11px;
	color: black;
	font-weight: bold;
}
table#main td{	
	font-size: 12px;
	color: black;
	padding: 0px 0px 20px 0px;	
	border: 0px solid #999999;
	background-color: white;
	margin-left: 0px;
}
.titolopiccolo{
	font-size: 14px;
	font-weight: bold;
	color: #7597b2;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;	
}
.testopiccolo{
	font-size: 12px;
	padding-top: 5px;
	text-align: justify;
}
.testopiccolo img{
	border: 1px solid gray;
	padding: 2px;
	margin: 2px 5px;
}

/* divs */

div#div_login{
	position: absolute;
	left: 620px;
	top: 340px;
	width: 141px;	
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
}
div#div_reload{
	position: absolute;
	left: 10px;
	top: 520px;
	background-color: #000000;	
}
div#div_reload a{
	color: #cccccc;
}
div#div_gallery{
	border: 0px solid gray;
	position: absolute;
	left: 40px;
	top: 100px;
	width: 700px;
	height: 400px;
	text-align: center;
	margin: 0px;
}
div.thumb{
	border: 1px solid gray;
	position: relative;
	float:left;
	cursor: pointer;
	text-align: center;
	padding: 0px;
	margin: 10px;
	width: 150px;
	height: 150px;
	visibility: hidden;	
	background-position: center center;
	background-repeat: no-repeat;	
}
div#div_preview{
	position: absolute;
	left: 200px;
	top: 100px;
	padding: 0px;
	margin: 0px;
	border: 1px solid gray;
	width: 360px;
	height: 360px;
	background-position: center center;
	background-repeat: no-repeat;
	visibility: hidden;	
}
