@font-face{
	font-family: 'font_BS';
	src: url('Yellowtail-Regular.ttf') format('truetype');
}

body{
	background: url("http://api.thumbr.it/whitenoise-361x370.png?background=f7edf5ff&noise=626262&density=0&opacity=100");
}

#logo{
	height: 160px;
	width: 160px;
    top:2px;
  	position: absolute;
  	left: 0;
  	margin: auto;
  	right: 0;
}

#info{
	border-left-color: rgb(255, 0, 128);
	border-left-style: dashed;
	border-left-width: 2px;
	border-radius: 20px;
}

#descrizione{
	position: absolute;
	height: 330px;
	width: 700px;
	margin: auto;
    margin-top: 20px;
    left: 0;
    right: 0;
    border-radius: 20px;
    border-style: dashed;
    border-color:  rgb(255, 0, 128);
    border-width: 2px;
}

footer{
    position: fixed;
    bottom: 1px;
    left: 0;
    right: 0;
}

footer > p {
    font-size: 1em;
    color: rgb(255, 0, 128);
    text-align: center;
    font-family: 'font_BS';
}

#tab_descrizione{
	width: 100%;
	height: 100%
}

#contatto{
	height: 140px;
	width: 140px;
}

#info{
	text-align: center;
}

#descr_progetto{
	text-align: center;
}

td > p{
	 font-family: 'font_BS';
	 color:  rgb(255, 0, 128);
	 font-size: 1.3em;
}

body > p{
	 font-family: 'font_BS';
	 color:  rgb(255, 0, 128);
	 font-size: 1.3em;
	 text-align: center;
	 margin: auto;
	 margin-top: 160px;
}

td > a{
	font-family: 'font_BS';
	color:  rgb(255, 0, 128);
	font-size: 1.3em;
}

td > p > a{
	font-family: 'font_BS';
	color:  rgb(255, 0, 128);
	font-size: 0.8em;
}

