@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    overflow: auto;
    padding: 0;
    text-align: center;
}

#container {
    background-color: #FFFFFF;
    border: 0 solid #EEEEEE;
    height: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: 990px;
}

#container_home{
	width:584px;
	height:584px;
	display:block;
	overflow:hidden;
}

.singol_block{
	float:left;
	width:146px;
	height:146px;
}

.singol_block a:hover{
	opacity:.8;
}

div#header {
    background-color: #FFFFFF;
    border: 0 solid #000000;
    float: left;
    font-size: 12px;
    height: 75px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 160px;
}

div#destra1 {
    border: 0 solid #BB261D;
    float: right;
    height: 579px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 165px;
}

div#destra {
    border: 0 solid #BB261D;
    float: right;
    font-size: 10px;
    font-weight: normal;
    height: 579px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 60px;
}

div#content {
    border: 0 solid red;
    float: right;
    font-size: x-small;
    height: 580px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 580px;
}

div#sinistra {
background-color: #FFFFFF;
    border: 0 solid #000000;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin: 89px 0 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 160px;

}

div#sinistra_menu {
    background-color: #FFFFFF;
    border: 0 solid #000000;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 150px;
}