/* -------------------------------------------------------------------
	Documento CSS per Moreschi srl - Homepage
	
	Versione:	1.0
	Autore:		Alessandro Placidi
	© 2007 Moreschi srl
------------------------------------------------------------------- */

/* TAGS HTML RIDEFINITI
------------------------------------------------------------------- */
body {
	margin: 0;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}




/* CONTENITORI E LAYOUTING
------------------------------------------------------------------- */
#contenitorePrincipale {
	width: 450px;
	height: 600px;
	margin: 50px auto 0 auto;
	border: 1px solid #FFFFFF;
	background: url(../img/sfondoHomepage.jpg) no-repeat center center;
}

#contenitoreW3 {
	width: 450px;
	margin: auto;
	text-align: center;
}

#contenitoreW3 img {
	margin: 10px;
	border: 0;
}

#contenitoreW3 a {
	text-decoration: none;
}

#boxTitolo {
	margin: 175px 30px 0 30px;
}

h1 {
	display: none;
	margin: 0;
	padding: 0;
}

#boxTitolo p {
	font-size: 11px;
	margin: 0;
}

.centrato {
	text-align: center;
}

#boxLinks {
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#boxLinks a {
	margin: 0 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#boxLinks a:hover {
	color: #CCCCCC;
}

#linkIta {
	padding-left: 18px;
	background: url(../img/bandieraIta.gif) no-repeat 0 0;	
}

#linkEng {
	padding-left: 18px;
	background: url(../img/bandieraEng.gif) no-repeat 0 0;	
}

#linkEsp {
	padding-left: 18px;
	background: url(../img/bandieraEsp.gif) no-repeat 0 0;	
}
