@charset "UTF-8";
/* CSS Style */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
	background-image:url(../images/sfondo.jpg);
	background-position:50% 0%;
	background-position-x:50%;
	background-position-y:0%;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:repeat;
	background-color:#56575B;
	background-attachment:fixed;
}

#logo_coincidentia {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	padding-bottom: 40px;
    padding-top: 40px;
	background-color: white;
}

#logo_coincidentia img {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
}

#container {
	margin-top: -110px;
	top: 50%;
	position: absolute;
	display: block;
	width: 100%;
	height: 220px;
}

#blocco_in_costruzione {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width: 100%;
    height: 50px;
    text-align: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 10px;
    margin-bottom: 30px;
}

#motto {
    font-family: 'Press Start 2P', cursive;
    font-size: 10px;
    color: grey;
    text-align: center;
}

#in_costruzione {
    font-family: 'Press Start 2P', cursive;
    font-size: 20px;
    margin-top: 60px;
}

#testo_descrizione {
    margin-top: 18px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width: 100%;
    height: 168px;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
}

#testo_footer {
    font-size: 9px;
}

p {
    line-height: 1.3;
    margin: 15px 5px;
}


#testo_avvisi {
	font-weight: bold;
	background-color: aliceblue;
	display: none;
}
