@charset "UTF-8";
/* CSS Document */
.thrColAbsHdr #container {
	width: 960px; 
	height: 780px;
	position:absolute;
    margin-left: -480px;
    margin-top: -390px;
    top: 50%;
	left: 50%;
	background: #FFF;
	text-align: left; 	
} 
html, body {  
    height:100%;  
    margin:0;  
}
body  {
	background: #FFF;
	position:relative;
	min-width:960px;
	min-height:780px;
}
.thrColAbsHdr #container {  
    top:expression(document.body.clientHeight < 781? "0px": "50%" );  
    margin-top:expression(document.body.clientHeight < 781? "0px": "-390px" );  
    left:expression(document.body.clientWidth < 959? "0px": "50%" );  
    margin-left:expression(document.body.clientWidth < 959? "0px": "-480px" );
}

.thrColAbsHdr #logo {
	height: 180px; 
	width: 180px;
	background: #;
	top: 0;
}	
.thrColAbsHdr #logo .logotorre {
	background-color: #;
	text-align: right;
	height: 180px;
	width: 180px;
	position: absolute;
	left:0px;
	top: 20px;
}
.thrColAbsHdr #header h1 {
	margin: 0; 
}
.thrColAbsHdr #mainContent {
	height: 600px;
	float: right;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColAbsHdr #footer {
	padding: 0 0px 0 0px; 
	background-color: #;
	text-align: center;
	height: 20px;
	width: 960px;
	position: absolute;
	left:0px;
	top: 760px;
	float: inherit;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 0px 0; 
}
.fltrt {
	float: right;
	margin-left: 0px;
	background-color: #0F0;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
