body {
	color: #333;
/*	background: #d9d9a1 url(/drupal/sites/default/files/pictures/esmile_giallo_100_gauss.png); */
	background: #ffffff;
	background:#EDEDED url(/drupal/sites/all/themes/motodigioia/img/body.gif) repeat scroll 0 0;
	margin:10px 0 10px 0;
        font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
        line-height:1.125em;/*18px*/
        font-size:76%;/*set regular font size*/
        letter-spacing:normal;
        text-align: center;
	color: #ffffff;
}

img {
	border: 0px;
}

#page {
	margin: 0px auto;
	position: relative;
	width: 501px;	/* The entire template's width is set in this class. */
	background: white;
	text-align: left;
}

#header { /* scritta motodigioia happiness in motion */
	margin: 0px 0px;
	width: 501px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

/* ex mr-esmile / link home-page */
/*
#link {
	margin: 0px 0px;
	top: 0px;
	left: 420px;
	padding: 0px;
	width: 75px;
	height: 95px;
	position: absolute;
	z-index: 100;
	background: red;
}
*/

#main { /* disegno */
	margin: 0px auto;
	top: 0px;
	width: 501px;
	height: 600px;
	padding: 0px;
	position: absolute;
	z-index: 0;
}

#cloak {
	margin: 0px auto;
	top: 0px;
	width: 501px;
	height: 600px;
	padding: 0px;
	position: absolute;
	z-index: 10;
}

#bottom {
	margin: 0px auto;
	top: 600px;
	width: 501px;
	padding: 0px;
	position: absolute;
	z-index: 0;
	text-align: center;
}

