* { padding: 0; margin: 0; }

body {
  	font: 76% Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: center;
	background: #FFF;
}

img#logo { margin: 20px 0; }

#avviso { width: 650px; margin: 0 auto; }

p { font-weight: bold; margin: 0; margin-bottom: 5px; }

h1 { margin-top: 20px; font-weight: normal; font-size: 18px; }
#avviso h3{ color: #F00; font-size: 16pt; margin: 0 20px; }

.enter {
	color: #FFF;
	text-decoration: none;
	width: 200px;
	margin: 10px auto;
	display: block;
	background: url(../images/start_page/puls_enter.png);
	height: auto !important;  /* per i browser moderni */
    height: 50px;      /* per IE5.x e IE6 */
    min-height: 50px;  /* per i browser moderni */
    /*border: 1px solid #000;*/
}
.enter:hover {
	background: url(../images/start_page/puls_enter_hover.png);
}

p.flash { padding-top: 10px; }

a { color: #999; text-decoration: none; font-weight: bold; }
a:hover { color: #000; text-decoration: underline; }

p.flashbox {
	margin-top: 40px;
}

p.flashbox .red {
	font-size: 20px;
}

#footer {
	margin-top: 40px;
}