body {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: 
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;	
	margin: 0px; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
    color: #40709E;
    background-color: silver;
}

#topDiv {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 709px;
    text-align: left; /* to realign your text */
}

#header {
    width: 515px;
	height:148px; 
	margin: 0px;
	float:left;
}

#search {
    width: 194px;
	height:149px;
    float: left; 
	margin: 0px;
	background-image: url(../images/general/background_search.jpg);	
	text-align: center;
}

#topMenu {
    width: 709px;
	height:34px;
    background-color: white;
	float: left;
	margin: 0px;
	margin-top:-1px;
	background-image: url(../images/general/background_topMenu.jpg);	
}

#borsa_news {
    width: 514px;
	height:149px;
    float: left; 
	margin: 0px;
	margin-top: 0px;
    padding-top: 0px;
	background-image: url(../images/general/background_borsa.jpg);	
}

#news {
    height:110px; 
    overflow: auto;
}

#private {
    width: 195px;
	height:149px;
    float: left; 
	margin: 0px;
	margin-top:0px;
	background-image: url(../images/general/background_private.jpg);
	text-align: center;
}

#areaHeader {
    width: 709px;
	height:23px;
    background-color: white;
	float: left;
	margin: 0px;
	background-image: url(../images/general/background_areaHeader.jpg);
	text-align: center;
}

#areaHeaders {
    background-color: white;
    width: 709px;
    padding: 0px;
	float: left;
}

#content {
    width: 514px;
	float: left;
    padding: 10px;
    background-color: white;
}

#wideContent {
    width: 709px;
    padding: 0px;
	float: left;
	text-align:center;
    background-color: white;
}

#wideContent_l {
    width: 669px;
    padding: 20px; 
	float: left;
	text-align: left;
    background-color: white;
}

#menu {
	width: 169px;
	padding-top:10px;
	float: right;
	text-align: center;
    background-color: white;
}    

#bottomMenu {
    width: 709px;
	height:74px;
	margin: 0px;
	text-align: center;
	float: left;
	background-image: url(../images/general/background_footer.jpg);
}

#copyright {
    width: 709px;
	height: 15px;
    background-color: white;
	margin: 0px;
	text-align: left;
	float: left;
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;	
}


