﻿html,body, form
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

html
{
    overflow-y:scroll;
}

body
{	
	text-align: left !important; 	
	text-align /**/: center; /* IE 5.x */	
	
	background-color: #fff;
}

#divContainer
{   
    position:relative;
    width:990px;
    height:100%;
    margin:0 auto;
}
form>#divContainer
{
    height:auto;
    min-height:100%;
}

#divCentered
{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-315px;
    height:630px;
    width:990px;
}

#divPlaceHolder
{
    width:990px;
    height:630px;
}

#divWelcome
{  
    height:610px;
	width:990px;    
    background-image: url(Immagini/bgWelcome.jpg);	
    background-position:0 0;						
    background-repeat: no-repeat;

}

#divWelcomeHQ
{
    height:610px;
	width:990px;    
    background-image: url(Immagini/bgWelcomeHQ.jpg);	
    background-position:0 0;						
    background-repeat: no-repeat;

}

#divWelcomeHQ a
{
    display:block;
    height:100%;
    width:100%;
}

#divWelcomeHQ span
{ 
    position:absolute;
    top:-10000px;
    left:-10000px;
}



#divFoooter
{
    height:20px;
    width:990px;    
    font-size:12px;
	color:#666;	
	text-align:center;
	font-family:  Arial, Helvetica, Verdana, 'Times New Roman', Sans-Serif;
}

#divFoooter a
{
    text-decoration:none;
    color:#5F86FD;
}

#divFoooter a:hover, #divFoooter a:focus, #divFoooter a:active
{
    text-decoration:underline;
    color:#777;
}


#divEntra
{
    position:absolute;
    width:120px;
    height:65px;
    bottom:60px;
    right:45px; 
   /* background-color:Red;
    opacity:0.5;       */
    
}

#divEntra a
{
    display:block;
    height:100%;
    width:100%;
    text-decoration:none;    
    background-image: url(Immagini/bgEntra.jpg);	
    background-position:0 0;						
    background-repeat: no-repeat;
}

#divEntra a:hover, #divEntra a:focus, #divEntra a:active
{
    text-decoration:none;    
    background-position:0 -65px;
}

#divEntra a span
{ 
    position:absolute;
    top:-10000px;
    left:-10000px;
}
