body{
	background-image:url('../img/sfondo.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center; 
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #444546;
}

h1{
	padding: 0;
	margin: 0;
}

a{
	border: 0;
	color: #abacad;
	text-decoration: none;
	outline: none;
}

a:hover { color: #fff; }
p {margin-top: 0;}
img { border: 0; }

#teamitalia_splash{
	position: fixed;
	height: 530px;
	width: 820px;
	top: 50%;
	left: 50%;
	margin-left: -410px;
	margin-top: -265px;
}

#content{
	background: url('../img/splash.jpg') 0px 0px no-repeat;
	height: 475px;
	padding: 0;
	margin: 0;
}

#tidesign_box, #tethistech_box{
	display: block;
	width: 150px;
	height: 185px;	
	margin-top: 200px;
}

#tidesign_box{
	float: left;
	margin-left: 150px;
}

#tethistech_box{
	float: right;
	margin-right: 150px;
}

#menu{
	width: 520px;
	height: 20px;
	margin: 0px auto;
	margin-top: 12px;
	padding: 0;
}

#copy_info{
	width: 300px;
	float: left;
}

#menu ul{
	width: 200px;
	float: right;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

#menu li{
	display: inline;
	margin-left: 20px;
}

.simplemodal-close{ position:absolute; top:10px; right:14px; color: #abacad; }
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {
	border: 0;
	margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #2b2c2d url(../img/sfondo_testata.png) 0px 0px repeat-x;
}



