﻿/* ------ Reset dei tag ------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/sfondo/bg_gray.gif);
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}


#box-intro {
	position: absolute;
	height: 440px;
	width: 100%;
	top: 50%;
	margin-top: -220px;
}

#box-intro-logo {
	float: left;
	height: 420px;
	width: 100%;
	text-align: center;
}

#box-intro-info {
	float: left;
	height: 40px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

#box-intro-enter {
	float: left;
	height: 60px;
	width: 100%;
	text-align: center;
}

a img {
 border: none;	
}