body, html {
margin:0;
padding:0;
}
html { background: #EFEFED ; }
h1 { display:none; }
a:focus { outline-style: none; }

#contenitore { margin: 80px auto; width: 400px; }

#logo { background: url(images/splash_logo.jpg) no-repeat; float: left; height: 200px; position: relative; width: 400px; }

#it { float: left; position: relative; width: 200px; height: 50px; margin-top: 60px; }
#it span { display:none; }

#en { float: right; position: relative; width: 200px; height: 50px; margin-top: 60px; }
#en span { display: none; }


	.btn_it a { width: 200px; height: 50px; margin: 0px 0px 0px 0px; padding: 0px; float: left; background: url(/resources/images/btn_it.jpg) 0 0 no-repeat; position: relative; }
	.btn_it a:hover { background-position: bottom; }
	.btn_en a { width: 200px; height: 50px; margin: 0px 0px 0px 0px; padding: 0px; float: left; background: url(/resources/images/btn_en.jpg) 0 0 no-repeat; position: relative; }
	.btn_en a:hover { background-position: bottom; }
