/* CSS MEGA comunicazione || momentaneouS */


body {
	text-align: center;
	padding: 0px;
	margin: 50px 0px 0px;
	background-color: #2B2C2E;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	margin: 0px 0px 5px;
	padding: 0px;
}


p a:link, p a:visited {
	text-decoration: underline;
	color: #999999;
	margin-bottom: 5px;
	padding: 0px;
}
p a:active, p a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 20px;
	padding: 0px;
	font-weight: bold;
}
#box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 150px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 780px;
	background-image: url(../img/banner_moment_03.jpg);
	background-repeat: no-repeat;
	height: 170px;
	background-position: center top;
}

