﻿#Container-Intro
{
    width: 800px;
    height: 600px;
    padding: 25px;
    background-color: #FFFFFF;
}
#Logo-Intro
{
    float: left;
    background-image: url('../Immagini/LogoSpasciani.jpg' );
    background-repeat: no-repeat;
    width: 400px;
    height: 44px;
}
#S-Intro
{
    background-image: url('../Immagini/EsseIntro.png' );
    background-repeat: no-repeat;
    width: 127px;
    height: 380px;
    z-index: 1;
    text-align:right;
    float:right;

}
#Maschera-Intro
{
    float: left;
    background-image: url('../Immagini/ImgIntro.jpg' );
    background-repeat: no-repeat;
    width: 448px;
    height: 415px;
}
#Lingue-Intro
{
    width: 250px;
    height: 70px;
    float: right;
    text-align: right;
    vertical-align: middle;
    font-family: 'Arial Narrow';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#Testo-Intro
{
    width: 750px;
    height: 60px;
    padding-top: 25px;
    font-family: Arial Narrow;
    font-size: 14px;
    text-align: left;
    float: left;
}