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

html, body {
	height: 99%;
}
body { 
	font-family: verdana;
	background-color:#069;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #333;
	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%;
}

.zavrit{
  cursor: pointer;
  _cursor: hand;
	background: #eee url('images/sfondo.gif') repeat-x;
  color: #333;
	padding: 6px;
  margin-top: 20px;
  margin-left: 45%;
  width: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  }

