/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

html, body {
	height: 99%;
}
body { 
	font-family: Arial;
	background-color:#000011;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;

	font-size: 26px;
	font-weight: bold;

	color: #FEFEFE;

}

div.footer {
  	margin: 20px;
  	text-align: center;
	font-family: Arial;
	font-size: small;
	
	color: #FEFEFE;
}

div#flashcontent {
	width:100%;
	height:80%;

	font-family: Arial;
	color: #FEFEFE;
}


