/* CSS Document */
body {
	color:#fff;
}

#main_container {
	width:100%;
    background: #fff;
    text-align: center;
    margin: 0px auto;   /*centra negli altri browsers*/
    background: #fff;
	}
	
#main {
    width: 912px;
	border: 0px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l'allineamento*/
	position:relative;
	background: url(../img/contact/map.jpg) no-repeat;
}

#italy, #world, #info {
	float: left;
	width: 300px;
	font-size: 1.333em;
	line-height: 1.125em;
	margin-top: 500px;
	margin-bottom: 30px;
	color: #424242;
}

.dark {
	color: #424242;
}

div#menu a#current span {
	background-position: -144px 0;
	cursor: default;
}

#main a:link {
    color: #424242;
	text-decoration: none;}

#main a:visited {
    color: #424242;
	text-decoration: none;}

#main a:hover {
    color: #424242;
	text-decoration: underline;}

#main a:active {
    color: #424242;
	text-decoration: underline;}
