﻿
html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
	font-family: 'Century Gothic';
	color: #333333;
	font-size: 12px;
}
form > div#PageContainer
{
	min-height: 100%;
	height: auto;
}
div#PageContainer
{
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(Images/Structure/BackGroundPage.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
/* Header */
Div#DivMPIHeader
{
	width: 1002px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/Structure/BackGroundHeader.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
Div#DivMPIHeaderSx
{
	width: 730px;
	padding-top: 120px;
	float: left;
	text-align: center;
}
Div#DivMPIHeaderDx
{
	padding-top: 10px;
	width: 270px;
	float: right;
	color: #C0C0C0;
}

.btnAlfredoStecchi
{
	cursor: pointer;
	background: transparent url(Images/Button/AlfredoStecchiText.png) no-repeat right center;
	width: 270px;
	height: 210px;
	border: none;
}
.btnAlfredoStecchi:hover
{
	background: transparent url(Images/Button/AlfredoStecchiTextHover.png) no-repeat right center;
}

/* Fine Header */

/* Content */
Div#DivMPIContent
{
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
	clear: both;	
}
Div#DivMPIContentSx
{
	width: 242px;
	float: left;
	margin-top: 2px;
}
Div#DivMPIContentDx
{
	width: 750px;
	float: right;
	padding-left: 10px;
}

DIV#DivMPIClosed
{
	clear: both;
}

/*Footer */
Div#DivMPIFooter
{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
}
#DivMPIFooterContent
{
	background: transparent url(Images/Structure/BackGroundFooter.jpg) no-repeat center center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	width: 1004px;
}
Div#DivMPIFooterSx
{
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}
Div#DivMPIFooterDx
{
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}
