html{
	background-image: url(Images/sfondo00073.gif);
	font-family: Verdana;
}	
body{
    font-size: 12pt;
    
}

#freeSoftware
{
	width: 120px;
	height: 600px;
	background-color: #FFFACD;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 10px;
	font-size: 8pt;
	text-align: center;
}
#Container
{
    width: 900px;
    height: 600px;
    background-color: white;
    border-right: gray thin solid;
     border-top: gray thin solid;
     border-left: gray thin solid;
     border-bottom: gray thin solid;
    padding: 10px;
    position: absolute;
    left: 160px;
    top: 10px;
    text-align:left;
    
}
#header
{
    width: 90%;
    position:absolute;
    color: blue;
    padding: 2%;
    /*text-align:left;*/
    
}

#lessons
{
    font-size: 8pt;
    width: 45%;
    text-align: left;
    padding: 1%;
    position: absolute;
    top: 120px;
    /*visibility: hidden;*/
}

#esame
{
    font-size: 8pt;
    width: 45%;
    text-align: left;
    padding: 1%;
    position: absolute;
    top: 290px;
    /*visibility: hidden;*/
}

#letture
{
    font-size: 8pt;
    width: 45%;
    text-align: left;
    padding: 1%;
    position: absolute;
    top: 460px;
    /*visibility: hidden;*/
}

#CaseStudies
{
    font-size: 8pt;
    width: 45%;
    text-align: left;
    padding: 1%;
    position: absolute;
    top: 120px;
    left: 450px;
    /*visibility: hidden;*/
    
}

#Back
{
    font-size: 8pt;
    width: 45%;
    text-align: left;
    padding: 1%;
    position: absolute;
    top: 550px;
    left: 750px;
    /*visibility: hidden;*/
    
}

#Info
{
    font-size: 8pt;
    width: 45%;
    text-align: left;
    padding: 1%;
    position: absolute;
    top: 370px;
    left: 450px;
   /*visibility: hidden;*/
    
}

#Footer
{
	font-size: 8pt;
	width: 1060px;
	padding: 0.5%;
	position: absolute;
	top: 640px;
	left: 10px;
	background-color: #FFE4E1;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}


