﻿html,body, form
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

A{outline:none;}

body
{	
	text-align: center; /* IE 5.x */
	font-family: Verdana, Arial, Helvetica, 'Times New Roman', Sans-Serif;
	font-size:11px;	
	line-height:16px;
    color: #9b917d;  
     
}

.DivContainer
{   	
	position: relative;	
	height:580px;
	width:100%;
	margin:0 auto;
	background-color:#070707;
    
}
form>.DivContainer
{
	height:100%;
	min-height:580px;
}


.DivCentrato
{	
    width:100%;
	height:502px;
	padding:0;
	margin:0;
	
    position:absolute;
    top:50%;
    left:0;
    margin-top:-287px;    
	background-color:#111;
	text-align:center;
}

.DivContent
{
    margin:0 auto;
    width:762px;
    height:502px;
	background-image:url(Immagini/home-bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}

.DivContent SPAN
{
    position:absolute;
    top:-10000px;
    left:-10000px;
}

.DivBarra
{
    width:283px;
    height:502px;
	background-image:url(Immagini/home-bgBarra.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}




.DivFooter
{
    position:absolute;
    top:517px;
    left:0;
	background-color:#111;
	text-align:center;
	
	height: 45px;		
	width: 742px;
	padding:5px 10px;
	
	background-image:url(Immagini/home-bgFooter.jpg);
    background-repeat:no-repeat;    
    background-position:0 0;
    background-color:#0b0b0b;
	line-height:14px;
    font-size:10px;
    color:#858585;
    margin-right:20px;
}




.DivFooterLeft
{
    float:left;
    margin-right:40px;
    text-align:left;
}

.DivFooterRight
{
    float:right;
    text-align:right;
}


A
{        
    text-decoration:none;
    color:#6d6e70;
    outline:none;
}

A:hover, A:focus, A:active
{
    
    color:#aaa;
}


.DivButtons
{
    margin-left:41px;
    width:157px;
    height:37px;
    position:relative;
    top:311px;
    left:0;
}

.AButtonIta
{
    position:absolute;
    top:0;
    left:0;
    display:block;
    background-image:url(Immagini/home-bgLingue.jpg);
    background-repeat:no-repeat;    
    background-position:0 0;
    width:60px;
    height:37px;
}

.AButtonIta:hover
{    
    background-position:0 -37px;
}

.AButtonENG
{
    position:absolute;
    top:0;
    left:79px;
    display:block;
    background-image:url(Immagini/home-bgLingue.jpg);
    background-repeat:no-repeat;    
    background-position:-79px 0;
    width:60px;
    height:37px;
}

.AButtonENG:hover
{  
    background-position:-79px -37px;
}

.AButtonGER
{
    position:absolute;
    top:0;
    left:155px;
    display:block;
    background-image:url(Immagini/home-bgLingue.jpg);
    background-repeat:no-repeat;    
    background-position:-155px 0;
    width:60px;
    height:37px;
}

.AButtonGER:hover
{  
    background-position:-155px -37px;
}