@import url(/css/reset.css);

/* ---------------- elements ---------------- */

html, body, #wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	background-color: #ccede8;
	background-image: url(/images/splash.jpg);
}

#links {
	height: 94%;
	width: 335px;
	margin: 0 auto;
	position: relative;
}

#links a {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

#links a.sinergia {
	width: 144px;
	height: 54px;
	bottom: 0px;
}

#links a.immobiliare {
	width: 146px;
	height: 54px;
	bottom: 0;
}

body #links a.sinergia { background-image: url(/images/intro-sinergia.png); right: 0; }
body #links a.immobiliare { background-image: url(/images/intro-immobiliare.png); left: 0; }

