@CHARSET "UTF-8";
@font-face {
    font-family: futura;
    src: url("../fonts/FUTURA.EOT");
}
@font-face {
    font-family: futura;
    src: url("../fonts/FUTURA.TTF") format("truetype");
}
a, div, table, tr, td, img, span, ul, li, object{
	border: 0px #fff solid;
	margin: auto;
	padding: 0px;
	font-family: verdana;
	outline: none;
}
a{
	text-decoration: none;	
	color: #5454a7;	
}
a:hover{
	color: #329931;	
}
body{
	position:relative;
	top:-10px;
	background-color: #CCCCCC;
}
#main_up{
	background-image: url(../img/bkg_01.jpg);
	background-repeat:no-repeat;
	width: 695px;
	height: 419px;
}
#main_mid{
	background-image: url(../img/bkg_02.jpg);
	background-repeat:repeat-y;
	width: 695px;
}
#main_dw{
	background-image: url(../img/bkg_03.jpg);
	background-repeat:no-repeat;
	width: 695px;
	height: 375px;
}
#menu{
	position: absolute;
	top: 200px;
	padding-left: 15px;
}
#content{
	position: absolute;
	top: 220px;
	width: 400px;
	padding-left: 118px;
}
#menu_dw{
	position: absolute;
	top: 750px;
	width: 400px;
	padding-left: 120px;
}
#credits{
	position: absolute;
	top: 750px;
	width: 400px;
	padding-left: 270px;
}
#certificati{
	position: absolute;
	top: 500px;
	width: 200px;
	padding-left: 470px;
}
#SIG{
	position: absolute;
	background-image: url(../img/sig.png);
	background-repeat: no-repeat;
	top: 600px;
	width: 50px;
	height: 50px;
	margin-left: 30px;
	cursor: pointer;
}
#EN{
	position: absolute;
	background-image: url(../img/en.png);
	background-repeat: no-repeat;
	top: 670px;
	width: 40px;
	height: 40px;
	margin-left: 35px;
	cursor: pointer;
}
#btn_1{
	background-image: url(../img/btn_01.png);
	background-repeat:no-repeat;
	width: 92px;
	height: 31px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 27px; 
	padding-top: 7px;
}
#btn_2{
	background-image: url(../img/btn_02.png);
	background-repeat:no-repeat;
	width: 92px;
	height: 31px;
	margin-top: 0px;
	padding-left: 27px;
	padding-top: 7px;
}
#dataora{
	background-image: url(../immagini/date.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 190px;
	height: 34px;
	margin-left: 450px;
	padding-left: 40px;
}
#msg_error{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #36A42B;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
}
