body{
	margin:0px;
	background-color:#000;
	font-family:tahoma, verdana;
	font-size:12px;
}
input, textarea{
	color:#797979;
	font-size:11px;
	font-family:tahoma, verdana;
}
p{
	text-align:justify;
}
a, a:active, a:hover{
	color:#797979;
}
a:hover{
	color:#b11a1a;
}
#content{
	margin-left:auto;
	margin-right:auto;
	border:20px solid #000;
	padding:6px;
	width:800px;
	background-color:#FFF;
	color:#797979;
}
#footer{
	margin-top:10px;
	color:#797979;
	font-size:10px;
	text-align:center;
}
img{
	border:1px solid #000;
}
img.noborder{
	border:none;
}

/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 100%;
	}
/* end hide */