/* CSS Document per Jimmy Renzi - febbraio 2012 */

/* Pagina 1 *********************** */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.verde327 {
	background-image: url(img/pantone327c.png);
}
.verdechiaro {
	background-color: #CCF2E2;
}
#pagina2 {
	margin: 0px;
	padding: 0px;
	background-image: url(img/Pantone661M.png);
}

img.sale {
margin-top: -2px;
}

#nome {
	float: right;
	margin-top:18em;
	margin-right:6em;
	color:#00FFFF;
	font-family:Helvetica;
	
}
#fondi {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -100;
}
#colori {
	position: absolute;
	top: 5800px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	padding-left: 3em;
	width: 400px;
}
#pulsantegiu {
	margin-top: 18em;
	margin-left: 4em;
	float: left;
}
#pulsantepausa {
	margin-bottom: 2em;
}
#contatore {
	margin-top: 900px;
	color: #CEE7DD;
	font-size: 0.7em;
	font-weight: bolder;
}

/* Pagina 2 ++++++++++++++++++++++++++ */

#wrapper {
    position: relative;
    height: 100%;
    width: 338px; /* container width to be same as that of the target element*/
    margin: 0 auto; /* horizontal aligned center*/
}
#contentBody {
    position: absolute;
    top: 50%;
    width: 338px; /* width of target element */
    height: 338px; /* height of target element */
    margin-top: -169px; /* Important: HALF the height of target element */
}

#motto {
	z-index: 200;
	position: absolute;
	margin-top: -6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	width: 100%;
	text-align: center;
	color:#7C84BB;
	font-weight: lighter;
}
#contentBody #seconda {
	position: relative;
	top: -337px;
	left: -2px;
}
#pulsantiera {
	position: fixed;
	bottom: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	width: 100%;
	background-image: url(img/bianco-30x100.png);
}
.cornice1nero {
	border: 1px solid #000000;
	width: 60px;
}
#pulsantiera ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#pulsantiera li {
	display: inline;
	padding-right: 2em;
}
#portfolio #forma {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
}
