﻿#mainContainer{
	width: 750px;
	visibility: visible;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-color: #000000;
}
/* POSIZIONE HEADER */
.positionHeader{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 146px;
	left: 0px;
}
/* POSIZIONE MENU' */
div#positionMenu{
	position: absolute;
	background: #CCCCCC;
	z-index: 100;
	top: 150px;
	width: 750px;
	height: 24px;
}
/* POSIZIONE FOOTER */
.positionFooter{
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0px;
	bottom: 0px;
}

/* POSIZIONE CONTENT LEFT */
.positionContentLeft{
	position: absolute;
	top: 185px;
	width: 250px;
	height: 380px;
	z-index: 10;
	z-index: 50;
	left: 0px;
}
/* POSIZIONE CONTENT RIGHT */
.positionContentRight{
	position: absolute;
	top: 185px;
	width: 485px;
	height: 380px;
	z-index: 10;
	right: 0px;
	z-index: 50;
}
/* POSIZIONE MAIN CONTENT */
.positionMainContent{
	position: absolute;
	top: 185px;
	width: 750px;
	height: 380px;
	z-index: 10;
	right: 0px;
	z-index: 50;
}
/* POSIZIONE DECORAZIONE DESTRA */
.decoDx {
	position: absolute;
	top: 0px;
	width: 675px;
	height: 600px;
	z-index: -100;
	left: 50%;
}
