/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

html, body {
	height: 99%;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: gray;
	scrollbar-face-color: white;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: #ffb973;
	scrollbar-track-color: white;

}
body { 
	font-family: verdana;
	background-color:"#ffb973";
}
img { 
	border: 1;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #555;
	background: #eee url('images/sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}

div.footer {
  font-size: 10px;
  text-align: center;
}

div#flashcontent {
	width:100%;
	height:80%;
}

