/*@font-face
{
font-family: myFont;
src: url('../font/Sinhala Sangam MN.ttf')
}*/

body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-weight: 100;
	font-family:
    arial,			/* Windows, MacOS */
    helvetica,			/* Unix+X, MacOS */
    sans-serif;
    
    

}

#main {
	margin: 0;
	padding: 0;
	border: 5px solid white;
}




#dati {
	position: relative;
	top: 22%;
	left: 4%;
	width: 30%;
	max-width: 30%;
}

#dati img{
	width:100%;
}

#proj {
	position: absolute;
	right: -5px;
	top: 87%;
	height: 16px;
	width: 13%;
	border-left: 1px solid white;
	border-right: 5px solid black;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	/*font-family: myFont;*/
}

#cont {
	position: absolute;
	right: -5px;
	top: 93%;
	height: 16px;
	width: 13%;
	border-left: 1px solid white;
	border-right: 5px solid black;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	/*font-family: myFont;*/
}

#testocontattih{
	position: absolute;
	width: 100%;
	max-width: 100%;
	top: 260%;
	min-width:250px;
	text-align: left;
	color: #ffffff;
	font-size: 34px;
	line-height: 26px;
	/*font-family: myFont;*/
}

#testocontattih2{
	position: absolute;
	width: 100%;
	max-width: 100%;
	top: 520%;
	min-width:250px;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	/*font-family: myFont;*/
}







#daticon {
	position: relative;
	top: 22%;
	left: 4%;
	width: 30%;
	max-width: 30%;
}

#daticon img{
	width:100%;
}

#hom {
	position: absolute;
	left: -5px;
	top: 93%;
	height: 16px;
	width: 13%;
	max-width: 150px;
	min-width: 100px;
	border-right: 1px solid white;
	border-left: 5px solid black;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	/*font-family: myFont;*/
	z-index:4675;
}

#mai {
	position: absolute;
	left: -5px;
	top: 87%;
	height: 16px;
	width: 13%;
	max-width: 150px;
	min-width: 100px;
	border-right: 1px solid white;
	border-left: 5px solid black;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	/*font-family: myFont;*/
}

/*
#mai {
	position: absolute;
	right: 69%;
	top: 75%;
	height: 16px;
	width: 8%;
	min-width: 90px;
	max-width: 110px;
	border-left: 1px solid white;
	text-align: right;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-family: myFont;
}
*/

#testocontatti{
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin-top: 35%;
	min-width:200px;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	/*font-family: myFont;*/
}



#logoproject {
	position: relative;
	top: 8%;
	left: 2%;
	width: 29%;
	max-width: 25%;
	z-index:9998;
}

#logoproject img{
	width:100%;
}

#slideprogetti {
	position: absolute;
	left: 0;
	top:0;
}

#prev {
	position: absolute;
	top: 50%;
	left: 0%;
	display: block;
	width: 48px;
	height: 48px;
	background: url(../img/arrowsx.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

#next {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 48px;
	height: 48px;
	background: url(../img/arrowdx.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}





a:link {
	text-decoration: none;
	color: #FFFFFF;
	
}
a:visited {
	text-decoration: none;
	color: #FFFFFF; 
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}