body, div, td, span{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#fff;
}

body {
	background-color:#000000;
	margin:0;
	width:100%;
	height:100%;
}

html {
  width:100%;
  height:100%;
  overflow:auto;
}

a{
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* SITE DIVS */
#content{
	position:absolute;
	top: 0px; 
	left: 0px;
	width:100%;
	height:100%;
}
	
	#no-flash{
		padding-top:50px;
		width:420px;
		margin:auto;
	}
