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

html, body {
	height: 99%;
	background: url(images/bg.gif);
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #555;
	background: #eee url('images/sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}

div.footer {
  margin: 20px;
  text-align: center;
}

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

a.link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

