@charset "UTF-8";


/* CSS Document */

body{
	margin: 0px;
	font-family: "Times New Roman", Times, serif;	
	background-color:#B3D996;
}
#comingsoon {
	background-attachment: scroll;
	background: #B3D996 url(../images/Logo_rifiutile.png) no-repeat center top;
	width: 440px;
	height: 300px;
	position: absolute;
    top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -220px;
}
#comingsoon span{
	position: absolute;
    top:-1000px;
    }